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 af5792c commit 1ae458fCopy full SHA for 1ae458f
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Run tests
16
- run: ./run_tests.sh
+ run: ../tests/run_tests.sh
17
continue-on-error: false # This ensures deployment is skipped if tests fail
18
19
- name: Build with Jekyll
0 commit comments