diff --git a/.gitea/workflows/test-deploy.yml b/.gitea/workflows/test-deploy.yml index a3e8d20e..7aa94f85 100644 --- a/.gitea/workflows/test-deploy.yml +++ b/.gitea/workflows/test-deploy.yml @@ -36,4 +36,4 @@ jobs: dockerd -H $DOCKER_HOST --userland-proxy=false & sleep 5 - name: "Run smoke tests" - run: ./tests/deploy-test/run-smoke-test.sh + run: ./tests/deploy-test/run-deploy-test.sh diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 71a764d4..f2322340 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -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-smoke-test.sh + run: ./tests/deploy-test/run-deploy-test.sh