Added failure if out/crash-* exists

This commit is contained in:
Eric Soroos 2021-02-28 17:17:33 +01:00
parent 95884c6b2d
commit aa0b982ef6

View File

@ -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