Skip to content

Commit

Permalink
Track tmp folder as artifact when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcopley committed Sep 29, 2024
1 parent 1b0658b commit fc64565
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ jobs:
path: |
test-harness/tests/results/**/*
- name: Upload tmp folder as artifact
if: always()
uses: actions/upload-artifact@v4
with:
name: tmp-folder
path: models/tmp/

- name: Slack Notification
if: failure()
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit fc64565

Please sign in to comment.