Skip to content

Commit

Permalink
chore: return 1
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Nov 11, 2024
1 parent 9a7deed commit 1e9e9c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ jobs:
if [ $test_exit_code -eq 0 ]; then
echo "Tests passed successfully!"
else
echo "tests failed... Output:"
echo "Tests failed... Output:"
echo "$test_output"
fi
kill $(ps aux | grep '[s]cuda' | awk '{print $2}')
echo "server process and its children terminated. exiting..."
exit $test_exit_code
EOF

0 comments on commit 1e9e9c4

Please sign in to comment.