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:
parent
99c9a4c88f
commit
cd04d989e4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user