From ec10c884088e4b5805bbca656fd732f3c9a2c412 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Tue, 15 Sep 2026 07:41:53 +0000 Subject: [PATCH] test: speed-up Podman tests by forwarding the CI environment variable --- .github/workflows/wc-integration-test-podman.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wc-integration-test-podman.yml b/.github/workflows/wc-integration-test-podman.yml index 313f24e5..bc34acf8 100644 --- a/.github/workflows/wc-integration-test-podman.yml +++ b/.github/workflows/wc-integration-test-podman.yml @@ -72,6 +72,7 @@ jobs: --network=host \ -v "${WORKSPACE}:${WORKSPACE}" \ -w "${WORKSPACE}" \ + -e CI \ -e IMAGE_BASENAME="${IMAGE_BASENAME}" \ -e TEST_FILE="${TEST_FILE}" \ -e RUNNER_ARCH="${RUNNER_ARCH}" \