diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 3615aee6..97c4ecc3 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -24,4 +24,4 @@ jobs: - name: "Build local shiv package" run: ./scripts/build_shiv_package.sh - name: "Run smoke tests" - run: ./tests/run-smoke-test.sh + run: ./tests/smoke-test/run-smoke-test.sh