Skip to content

Commit

Permalink
Remove continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Dec 13, 2023
1 parent 33e964e commit b3b38e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
python-version: 3.x
- name: run tests
run: make ef-test-v0 2>&1 | tee test_v0.out
continue-on-error: true
- name: Retrieve ef-tests execution resources
run: python scripts/compute_resources.py
env:
Expand Down

0 comments on commit b3b38e8

Please sign in to comment.