Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Nov 27, 2024
1 parent c5e0cad commit cc58c0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ 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
fi
# cat test_results/pytest_output.txt
# if grep -q 'FAILURE' test_results/pytest_output.txt; then
# exit 1
# fi
- name: Upload Test Results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cc58c0a

Please sign in to comment.