Skip to content

Commit

Permalink
Remove continue on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharafMohamed committed Jan 30, 2025
1 parent 3527310 commit 5133620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: "Run Unit Tests"
run: "ctest --test-dir ./build" # Prevents job from stopping on failure
continue-on-error: true

- name: "Print test log on failure"
if: "failure()"
Expand Down

0 comments on commit 5133620

Please sign in to comment.