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 5, 2024
1 parent b31394c commit 4cbdd9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ 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 4cbdd9a

Please sign in to comment.