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.
2 parents 4b626ea + b7dce81 commit a64d0c9Copy full SHA for a64d0c9
2 files changed
.github/workflows/test-windows.yml
@@ -338,6 +338,12 @@ jobs:
338
%PYTHON%\python.exe -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
339
shell: cmd
340
341
+ - name: Prepare to upload errors
342
+ if: failure()
343
+ run: |
344
+ mkdir -p Tests/errors
345
+ shell: pwsh
346
+
347
- name: Upload errors
348
uses: actions/upload-artifact@v1
349
if: failure()
.github/workflows/test.yml
@@ -76,6 +76,12 @@ jobs:
76
run: |
77
.ci/test.sh
78
79
80
81
82
83
84
85
86
87
0 commit comments