diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 23569098..f0ac699e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,12 +12,12 @@ on: tags: ["**"] workflow_dispatch: -defaults: - run: - # GitHub Actions run without a TTY device. This is a workaround to have one, - # as required for our tests, based on - # https://github.com/actions/runner/issues/241#issuecomment-842566950. - shell: script --quiet --return --log-out /dev/null --command "bash -e {0}" +# defaults: +# run: +# # GitHub Actions run without a TTY device. This is a workaround to have one, +# # as required for our tests, based on +# # https://github.com/actions/runner/issues/241#issuecomment-842566950. +# shell: script --quiet --return --log-out /dev/null --command "bash -e {0}" jobs: container: