gh: emulate tty on linux tests with specific siteconfig

This commit is contained in:
Xavier Delaruelle
2021-02-09 07:35:45 +01:00
parent 5115e42fad
commit 48d349e20c

View File

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