Skip to content

Commit

Permalink
fixup! ci(win test): deal better with hanging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Dec 3, 2023
1 parent d7eeed0 commit 26fcd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
shell: bash
run: ci/print-test-failures.sh
- name: Upload failed/timed-out tests' directories
if: failure()
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
uses: actions/upload-artifact@v3
with:
name: failed-tests-windows
Expand Down

0 comments on commit 26fcd6e

Please sign in to comment.