1
0
mirror of https://github.com/cmur2/kube-stale-resources.git synced 2024-06-13 22:34:44 +02:00
Christian Nicolai 2020-11-12 08:30:26 +01:00
parent 0b32559478
commit 035daa62c9

View File

@ -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: