ci: testing

This commit is contained in:
Michael Kriese 2023-12-07 14:53:34 +01:00
parent 005df93701
commit 1fa3e287b0
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -130,6 +130,10 @@ jobs:
- run: docker info - run: docker info
- run: docker ps
- run: env
- name: Create kind cluster - name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0 uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
with: with:
@ -144,7 +148,7 @@ jobs:
# - lint-node # - lint-node
# - lint-helm # - lint-helm
# - e2e # - e2e
# runs-on: self-hosted # runs-on: docker
# timeout-minutes: 1 # timeout-minutes: 1
# if: always() # if: always()
# steps: # steps:
@ -165,7 +169,7 @@ jobs:
# run: exit 1 # run: exit 1
# publish: # publish:
# runs-on: self-hosted # runs-on: docker
# needs: # needs:
# - test-success # - test-success