Exit differently
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: timeout 2 cartridges; [ "$?" -eq "124" ] && true
|
run: timeout 2 cartridges; [ "$?" -eq "124" ] && exit 0
|
||||||
|
|
||||||
- name: Inno Setup
|
- name: Inno Setup
|
||||||
run: iscc ".\_build\Cartridges.iss"
|
run: iscc ".\_build\Cartridges.iss"
|
||||||
|
|||||||
Reference in New Issue
Block a user