1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-08 08:27:24 +00:00

ci: Use shell option to enable tty in gha

A tty is required for testing the debug console

Signed-off-by: Ryan Savino <ryan.savino@amd.com>
This commit is contained in:
Ryan Savino 2025-04-22 16:15:25 +00:00
parent 99c9a4c88f
commit cd04d989e4

View File

@ -89,7 +89,9 @@ jobs:
- name: Run tests
timeout-minutes: 30
run: bash tests/integration/kubernetes/gha-run.sh run-tests
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: |
tests/integration/kubernetes/gha-run.sh run-tests
- name: Collect artifacts ${{ matrix.vmm }}
if: always()