mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
gh: exit run on error if executed through script
This commit is contained in:
2
.github/workflows/linux_tests.yaml
vendored
2
.github/workflows/linux_tests.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user