Skip to content

Commit

Permalink
Debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Nov 27, 2024
1 parent ee83fc4 commit c5e0cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Check for FAILURE in pytest_output.txt
run: |
ls test_results
cat test_results/pytest_output.txt
if grep -q 'FAILURE' test_results/pytest_output.txt; then
exit 1
Expand Down

0 comments on commit c5e0cad

Please sign in to comment.