Skip to content

Commit 1ae458f

Browse files
Update deploy.yml
1 parent af5792c commit 1ae458f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Run tests
16-
run: ./run_tests.sh
16+
run: ../tests/run_tests.sh
1717
continue-on-error: false # This ensures deployment is skipped if tests fail
1818

1919
- name: Build with Jekyll

0 commit comments

Comments
 (0)