ci: testing
This commit is contained in:
parent
005df93701
commit
1fa3e287b0
1 changed files with 6 additions and 2 deletions
|
@ -130,6 +130,10 @@ jobs:
|
|||
|
||||
- run: docker info
|
||||
|
||||
- run: docker ps
|
||||
|
||||
- run: env
|
||||
|
||||
- name: Create kind cluster
|
||||
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
|
||||
with:
|
||||
|
@ -144,7 +148,7 @@ jobs:
|
|||
# - lint-node
|
||||
# - lint-helm
|
||||
# - e2e
|
||||
# runs-on: self-hosted
|
||||
# runs-on: docker
|
||||
# timeout-minutes: 1
|
||||
# if: always()
|
||||
# steps:
|
||||
|
@ -165,7 +169,7 @@ jobs:
|
|||
# run: exit 1
|
||||
|
||||
# publish:
|
||||
# runs-on: self-hosted
|
||||
# runs-on: docker
|
||||
# needs:
|
||||
# - test-success
|
||||
|
||||
|
|
Loading…
Reference in a new issue