Skip to content

Commit

Permalink
If assignment by itself works, we'll move on, #3
Browse files Browse the repository at this point in the history
  • Loading branch information
FemiWilliams committed Mar 26, 2024
1 parent 9d9d97a commit 20d1d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: If ANY Test Fails, Open A Ticket
if: ${{ steps.pytest.outputs.EXIT_CODE != 0 }}
run: |
echo "$FAILURE_LOG"
echo ${{ steps.pytest.outputs.FAILURE_LOG }}
# echo ""${{ steps.pytest.outputs.FAIL_LOG }}""
#echo ${{steps.version.outputs.FAIL_LOG}}
# TEST_SUMMARY_START = $(cat testresults | grep FAILURES)
Expand Down

0 comments on commit 20d1d4d

Please sign in to comment.