From 822c4cb2ad4b5d6b5de03f0cf9603f16e1ea4dda Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 17 Jul 2024 15:29:22 +0200 Subject: [PATCH] remove BASE_REF in CI --- tests/playwright-test/playwright-test-fixtures.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playwright-test/playwright-test-fixtures.ts b/tests/playwright-test/playwright-test-fixtures.ts index 11a2994ad2..632e09ca9f 100644 --- a/tests/playwright-test/playwright-test-fixtures.ts +++ b/tests/playwright-test/playwright-test-fixtures.ts @@ -222,6 +222,7 @@ export function cleanEnv(env: NodeJS.ProcessEnv): NodeJS.ProcessEnv { GITHUB_RUN_ID: undefined, GITHUB_SERVER_URL: undefined, GITHUB_SHA: undefined, + GITHUB_BASE_REF: undefined, // END: Reserved CI PW_TEST_HTML_REPORT_OPEN: undefined, PLAYWRIGHT_HTML_OPEN: undefined,