mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +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
|
- name: Run stdio tests
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
run: bash tests/integration/stdio/gha-run.sh
|
run: bash tests/integration/stdio/gha-run.sh run
|
||||||
|
|
||||||
run-tracing:
|
run-tracing:
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user