Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Jan 14, 2024
2 parents f8aebf0 + d38c77a commit 2cba35f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Run tests
id: run-tests
run: |
result=$(mono ./build/bin/tests/Release/PremonitionPreTester/Release/net6.0/PremonitionTester.exe)
pushd ./build/bin/tests/Release/PremonitionPreTester/Release/net6.0/
result=$(./PremonitionPreTester)
popd
if [ "$result" == "0" ] then
echo "Tests ran successfully"
else
Expand Down

0 comments on commit 2cba35f

Please sign in to comment.