From 1e38e16550ee1af5133c34859aa0658286864a61 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Sun, 21 May 2023 07:40:22 -0600 Subject: [PATCH] Fix typo --- .gitea/workflows/test-deploy.yml | 2 +- .github/workflows/test-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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