Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Jan 14, 2024
1 parent bbf27b4 commit d38c77a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Run tests
id: run-tests
run: |
pushd
cd ./build/bin/tests/Release/PremonitionPreTester/Release/net6.0/
pushd ./build/bin/tests/Release/PremonitionPreTester/Release/net6.0/
result=$(./PremonitionPreTester)
popd
if [ "$result" == "0" ] then
Expand Down

0 comments on commit d38c77a

Please sign in to comment.