Skip to content

Commit

Permalink
ci: update engineerd/setup-kind action for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cmur2 committed Nov 12, 2020
1 parent 0b32559 commit 035daa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ jobs:
pip install poetry
poetry install
- name: Set up kind with K8s version ${{ matrix.k8s-version }}
uses: engineerd/setup-kind@v0.4.0
uses: engineerd/setup-kind@v0.5.0
with:
image: kindest/node:${{ matrix.k8s-version }}
version: ${{ env.kind-version }}
- name: E2E test
run: |
kubectl cluster-info
kubectl proxy &
sleep 1
make e2e-with-kind
codeql:
Expand Down

0 comments on commit 035daa6

Please sign in to comment.