From 48d349e20c35d399c461bfb8d32254ffcc54b05b Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Tue, 9 Feb 2021 07:35:45 +0100 Subject: [PATCH] gh: emulate tty on linux tests with specific siteconfig --- .github/workflows/linux_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux_tests.yaml b/.github/workflows/linux_tests.yaml index 46677ba4..0b2ed56f 100644 --- a/.github/workflows/linux_tests.yaml +++ b/.github/workflows/linux_tests.yaml @@ -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