Skip to content

Commit

Permalink
Upload traces even when test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 11, 2023
1 parent 21813de commit a3df827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,12 @@ jobs:
path: ./mbt-profile.out
- name: Archive MBT traces
uses: actions/upload-artifact@v3
if: success() | failure() # to upload the traces only when the test failed
with:
name: mbt-traces
path: tests/mbt/driver/traces
retention-days: 2

repo-analysis:
runs-on: ubuntu-latest
needs: [tests, test-integration, test-mbt]
Expand Down

0 comments on commit a3df827

Please sign in to comment.