We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746c219 commit c4a1ef1Copy full SHA for c4a1ef1
.github/workflows/main.yml
@@ -66,6 +66,7 @@ jobs:
66
shell: bash
67
run: ci/print-test-failures.sh
68
- name: Upload failed/timed-out tests' directories
69
+ if: failure()
70
uses: actions/upload-artifact@v3
71
with:
72
name: failed-tests-windows
0 commit comments