Skip to content

Commit 74cd94c

Browse files
committed
add envvar get
1 parent b34d35c commit 74cd94c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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
@@ -30,6 +30,7 @@ describe('End-to-End Tests', () => {
3030
const {ID_TOKEN} = process.env;
3131
if (!ID_TOKEN) throw Error('ID token not in envvar');
3232
const {SAMPLE_VERSION} = process.env;
33+
const {SERVICE_ACCOUNT} = process.env;
3334
const REGION = 'us-central1';
3435

3536
let BASE_URL;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('End-to-End Tests', () => {
3030
const {ID_TOKEN} = process.env;
3131
if (!ID_TOKEN) throw Error('ID token not in envvar');
3232
const {SAMPLE_VERSION} = process.env;
33+
const {SERVICE_ACCOUNT} = process.env;
3334
const REGION = 'us-central1';
3435

3536

0 commit comments

Comments
 (0)