ci(fix): use sh for smoketesting

This commit is contained in:
Constrat
2025-10-11 22:34:24 +02:00
parent 044f7a5a50
commit 073e77fdac

View File

@@ -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'