Skip to content

Commit 58a9e8d

Browse files
committed
Always upload artifacts
1 parent fb7b90f commit 58a9e8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ jobs:
5858
pytest --basetemp=./test_output
5959
6060
- name: Upload test results
61-
if: failure()
61+
# if: failure() - Always upload artifacts now
6262
uses: actions/upload-artifact@v4
6363
with:
6464
name: test_results
65-
path: ${{ env.CLAW }}/geoclaw/*_output
65+
path: ./test_output
66+
# path: ${{ env.CLAW }}/geoclaw/*_output
6667
if-no-files-found: ignore

0 commit comments

Comments
 (0)