Skip to content

Commit b163b06

Browse files
committed
Change test artifact path to absolute
1 parent 58a9e8d commit b163b06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ jobs:
6262
uses: actions/upload-artifact@v4
6363
with:
6464
name: test_results
65-
path: ./test_output
66-
# path: ${{ env.CLAW }}/geoclaw/*_output
65+
path: ${{ env.CLAW }}/classic/test_output
6766
if-no-files-found: ignore

0 commit comments

Comments
 (0)