From fc645654f5d51a72f38e9ce1c1d5497ad7f9a5cd Mon Sep 17 00:00:00 2001 From: Grant Copley Date: Sun, 29 Sep 2024 07:09:29 -0500 Subject: [PATCH] Track tmp folder as artifact when testing --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7bde38b..bed2227b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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