Skip to content

Commit 1aec564

Browse files
Update deploy.yml
1 parent 3ec613d commit 1aec564

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
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Run tests
19-
run: chmod +x ./tests/run_tests.sh && ./tests/run_tests.sh # Ensure the script has execute permissions and run tests
19+
run: cd ./tests && chmod +x run_tests.sh && ./run_tests.sh # Ensure the script has execute permissions and run tests
2020
continue-on-error: false # Skip deployment if tests fail
2121

2222
# Prepare files for GitHub Pages and exclude the _site directory

0 commit comments

Comments
 (0)