mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-14 08:56:16 +01:00
ci: update engineerd/setup-kind action for compatibility
- fixes https://github.com/engineerd/setup-kind/issues/28 - see https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
This commit is contained in:
parent
0b32559478
commit
035daa62c9
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -48,7 +48,7 @@ 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 }}
|
||||
@ -56,6 +56,7 @@ jobs:
|
||||
run: |
|
||||
kubectl cluster-info
|
||||
kubectl proxy &
|
||||
sleep 1
|
||||
make e2e-with-kind
|
||||
|
||||
codeql:
|
||||
|
Loading…
Reference in New Issue
Block a user