Skip to content

Commit 192dfac

Browse files
committed
fixup! ci(win test): deal better with hanging tests
1 parent 6f96c91 commit 192dfac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
8181
shell: bash
8282
run: ci/print-test-failures.sh
83-
- name: Upload failed tests' directories
83+
- name: Upload the t/ folder
8484
if: failure()
8585
uses: actions/upload-artifact@v3
8686
with:
87-
name: t
87+
name: t-${{ matrix.nr }}
8888
path: t

0 commit comments

Comments
 (0)