diff --git a/.github/workflows/smoke-testing.yml b/.github/workflows/smoke-testing.yml index 4a973c9ea2..9dddba0092 100644 --- a/.github/workflows/smoke-testing.yml +++ b/.github/workflows/smoke-testing.yml @@ -106,7 +106,7 @@ jobs: - name: Run tests run: | - ./tools/SmokeTesting/run_tests.zsh + sh ./tools/SmokeTesting/run_tests.sh - name: Save cache smoke-testing (only in dev) if: steps.smoke-cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/dev'