Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Nov 27, 2024
1 parent d53eca0 commit ee83fc4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
- name: Check for FAILURE in pytest_output.txt
run: |
ls
# 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
with:
name: test-results
path: test-results/
name: test_results
path: test_results/

0 comments on commit ee83fc4

Please sign in to comment.