Skip to content

Commit

Permalink
More Windows things
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 committed Oct 10, 2023
1 parent aac1ed4 commit 25d559a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
echo "Tests Run: $tests_run"
echo "Tests Passed: $tests_passed"
echo "Tests Failed: $tests_failed"
if [[ $tests_failed -gt 0 ]]; then
if %tests_failed% gtr 0 (
exit 1
fi
)

0 comments on commit 25d559a

Please sign in to comment.