From 1f96ce255bbcf5d84e2a9b6ca22aa578c478e089 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Tue, 15 Jul 2025 11:14:13 -0400 Subject: [PATCH] Sets CI environment variable for Docker container Ensures the `CI` environment variable is set to `true` when creating the Docker container. This ensures proper behavior for Playwright tests running in continuous integration environments. --- temp/playwright-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/temp/playwright-test.yml b/temp/playwright-test.yml index 8dcab435e..f0984bfb8 100644 --- a/temp/playwright-test.yml +++ b/temp/playwright-test.yml @@ -252,6 +252,7 @@ jobs: export JIRA_CARD_NUMBER="$JIRA_CARD_NUMBER" container_id=$(docker create \ --ipc=host \ + --env CI=true \ --env-file "${{ parameters.envFileName }}" \ ${{ parameters.dockerImageName }}:${{ parameters.imageTag }} \ bash -c "