gh: exit run on error if executed through script

This commit is contained in:
Xavier Delaruelle
2021-05-18 20:08:53 +02:00
parent db74c4cbdf
commit 1b27f4e008

View File

@@ -190,6 +190,7 @@ jobs:
- name: Test Modules build
shell: 'script -q -e -c "bash {0}"'
run: |
set -e
eval $EXTRA_SCRIPT_PRETEST
make test-deps
script/mt
@@ -241,6 +242,7 @@ jobs:
- name: Test Modules build
shell: 'script -q -e -c "bash {0}"'
run: |
set -e
eval $EXTRA_SCRIPT_PRETEST
make test-deps
script/mt