mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
gh: emulate tty on linux tests with specific siteconfig
This commit is contained in:
2
.github/workflows/linux_tests.yaml
vendored
2
.github/workflows/linux_tests.yaml
vendored
@@ -188,6 +188,7 @@ jobs:
|
||||
./configure $CONFIGURE_OPTS
|
||||
make
|
||||
- name: Test Modules build
|
||||
shell: 'script -q -e -c "bash {0}"'
|
||||
run: |
|
||||
eval $EXTRA_SCRIPT_PRETEST
|
||||
make test-deps
|
||||
@@ -238,6 +239,7 @@ jobs:
|
||||
./configure $CONFIGURE_OPTS
|
||||
make
|
||||
- name: Test Modules build
|
||||
shell: 'script -q -e -c "bash {0}"'
|
||||
run: |
|
||||
eval $EXTRA_SCRIPT_PRETEST
|
||||
make test-deps
|
||||
|
||||
Reference in New Issue
Block a user