Skip to content

Commit 086f5a7

Browse files
committed
chore: rename env variable
1 parent 892ee89 commit 086f5a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function runTests(attempt) {
9292
}
9393

9494
const chromePath = installChrome('146.0.7680.31');
95-
process.env.TRIGGER_ACTION_EXECUTABLE_PATH = chromePath;
95+
process.env.CHROME_M146_EXECUTABLE_PATH = chromePath;
9696

9797
const maxAttempts = shouldRetry ? 3 : 1;
9898
let exitCode = 1;

tests/tools/extensions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ describe('extension', () => {
149149
assert.ok(pageTargetAfter, 'Page should exist after action');
150150
},
151151
{
152-
executablePath: process.env.TRIGGER_ACTION_EXECUTABLE_PATH,
152+
executablePath: process.env.CHROME_M146_EXECUTABLE_PATH,
153153
},
154154
{
155155
categoryExtensions: true,

0 commit comments

Comments
 (0)