We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec613d commit 1aec564Copy full SHA for 1aec564
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Run tests
19
- run: chmod +x ./tests/run_tests.sh && ./tests/run_tests.sh # Ensure the script has execute permissions and run tests
+ run: cd ./tests && chmod +x run_tests.sh && ./run_tests.sh # Ensure the script has execute permissions and run tests
20
continue-on-error: false # Skip deployment if tests fail
21
22
# Prepare files for GitHub Pages and exclude the _site directory
0 commit comments