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 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue