mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-14 18:56:15 +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
|
pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
- name: Set up kind with K8s version ${{ matrix.k8s-version }}
|
- 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:
|
with:
|
||||||
image: kindest/node:${{ matrix.k8s-version }}
|
image: kindest/node:${{ matrix.k8s-version }}
|
||||||
version: ${{ env.kind-version }}
|
version: ${{ env.kind-version }}
|
||||||
@ -56,6 +56,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
kubectl cluster-info
|
kubectl cluster-info
|
||||||
kubectl proxy &
|
kubectl proxy &
|
||||||
|
sleep 1
|
||||||
make e2e-with-kind
|
make e2e-with-kind
|
||||||
|
|
||||||
codeql:
|
codeql:
|
||||||
|
Loading…
Reference in New Issue
Block a user