mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-14 15:22:13 +03:00
Added failure if out/crash-* exists
This commit is contained in:
parent
95884c6b2d
commit
aa0b982ef6
5
.github/workflows/cifuzz.yml
vendored
5
.github/workflows/cifuzz.yml
vendored
|
@ -42,3 +42,8 @@ jobs:
|
|||
with:
|
||||
name: crash
|
||||
path: ./out/crash*
|
||||
- name: Fail on legacy crash
|
||||
if: success()
|
||||
run: |
|
||||
[ ! -e out/crash-* ]
|
||||
echo No legacy crash detected
|
||||
|
|
Loading…
Reference in New Issue
Block a user