Skip to content

Commit

Permalink
Process with resources event if the test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jan 8, 2024
1 parent c78f38d commit b5db3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ jobs:
with:
python-version: 3.x
- name: run tests
run: make ef-test-v0 | tee test_v0.out
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 b5db3a5

Please sign in to comment.