mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
ci: stdio: Properly start running the test
"gha-run.sh" requires a `run` argument in order to run the tests, which seems to be forgotten when the test was added. This PR needs to get merged before the test can successfully run. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
dd2d9e5524
commit
e75c149dec
2
.github/workflows/basic-ci-amd64.yaml
vendored
2
.github/workflows/basic-ci-amd64.yaml
vendored
@ -198,7 +198,7 @@ jobs:
|
||||
|
||||
- name: Run stdio tests
|
||||
timeout-minutes: 10
|
||||
run: bash tests/integration/stdio/gha-run.sh
|
||||
run: bash tests/integration/stdio/gha-run.sh run
|
||||
|
||||
run-tracing:
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user