From 9bb50c5f5277377433e1ee556d4ff7f17370915c Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 12 Feb 2025 10:42:10 +0100 Subject: [PATCH] fix other tests --- 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 5d6aab5b8e..789ed1feb6 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 { CI_COMMIT_SHA: undefined, CI_JOB_URL: undefined, CI_PROJECT_URL: undefined, + GITHUB_ACTIONS: undefined, GITHUB_REPOSITORY: undefined, GITHUB_RUN_ID: undefined, GITHUB_SERVER_URL: undefined,