We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7b90f commit 58a9e8dCopy full SHA for 58a9e8d
.github/workflows/testing.yml
@@ -58,9 +58,10 @@ jobs:
58
pytest --basetemp=./test_output
59
60
- name: Upload test results
61
- if: failure()
+ # if: failure() - Always upload artifacts now
62
uses: actions/upload-artifact@v4
63
with:
64
name: test_results
65
- path: ${{ env.CLAW }}/geoclaw/*_output
+ path: ./test_output
66
+ # path: ${{ env.CLAW }}/geoclaw/*_output
67
if-no-files-found: ignore
0 commit comments