From e75c149dec7c32f43d209c078fefcfaf3f3edad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Sat, 17 Aug 2024 14:40:51 +0200 Subject: [PATCH] ci: stdio: Properly start running the test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "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 --- .github/workflows/basic-ci-amd64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-ci-amd64.yaml b/.github/workflows/basic-ci-amd64.yaml index 4f3b1b5b12..493b1f2316 100644 --- a/.github/workflows/basic-ci-amd64.yaml +++ b/.github/workflows/basic-ci-amd64.yaml @@ -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: