parent
dddae8cc7a
commit
1e38e16550
|
|
@ -36,4 +36,4 @@ jobs:
|
||||||
dockerd -H $DOCKER_HOST --userland-proxy=false &
|
dockerd -H $DOCKER_HOST --userland-proxy=false &
|
||||||
sleep 5
|
sleep 5
|
||||||
- name: "Run smoke tests"
|
- name: "Run smoke tests"
|
||||||
run: ./tests/deploy-test/run-smoke-test.sh
|
run: ./tests/deploy-test/run-deploy-test.sh
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,4 @@ jobs:
|
||||||
- name: "Build local shiv package"
|
- name: "Build local shiv package"
|
||||||
run: ./scripts/build_shiv_package.sh
|
run: ./scripts/build_shiv_package.sh
|
||||||
- name: "Run smoke tests"
|
- name: "Run smoke tests"
|
||||||
run: ./tests/deploy-test/run-smoke-test.sh
|
run: ./tests/deploy-test/run-deploy-test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue