Skip to content

Commit 3c90333

Browse files
committed
add service account
1 parent 0623982 commit 3c90333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run/markdown-preview/editor/test/system.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ describe('End-to-End Tests', () => {
4141
'--config ../renderer/test/e2e_test_setup.yaml ' +
4242
`--substitutions _SERVICE=renderer-${SERVICE_NAME},_REGION=${REGION}`;
4343
if (SAMPLE_VERSION) buildRendererCmd += `,_VERSION=${SAMPLE_VERSION}`;
44+
if (SERVICE_ACCOUNT) buildRendererCmd += `,_SERVICE_ACCOUNT=${SERVICE_ACCOUNT}`;
4445

4546
console.log('Starting Cloud Build for Renderer service...');
4647
execSync(buildRendererCmd, {cwd: '../renderer'});

0 commit comments

Comments
 (0)