Possible cleanup of "Options" boilerplate #402

Merged
telackey merged 2 commits from erikdies/cli_ergonomics_alternatives into main 2023-05-25 00:02:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fe3d76f6b6 - Show all commits

View File

@ -36,4 +36,4 @@ jobs:
dockerd -H $DOCKER_HOST --userland-proxy=false &
sleep 5
- name: "Run smoke tests"
run: ./tests/deploy-test/run-deploy-test.sh
run: ./tests/deploy/run-deploy-test.sh

View File

@ -26,4 +26,4 @@ jobs:
- name: "Build local shiv package"
run: ./scripts/build_shiv_package.sh
- name: "Run smoke tests"
run: ./tests/deploy-test/run-deploy-test.sh
run: ./tests/deploy/run-deploy-test.sh