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 4817926 + 6c562df commit 955a22c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
id: run-tests
run: |
pushd ./build/bin/tests/Release/PremonitionPreTester/Release/net6.0/
result=$(./PremonitionPreTester)
./PremonitionPreTester
$result=$(cat result)
popd
if [ "$result" == "0" ] then
if [ "$result" == "SUCCESS" ] then
echo "Tests ran successfully"
else
echo "Tests failed"
Expand Down

0 comments on commit 955a22c

Please sign in to comment.