Skip to content

Commit d793304

Browse files
exaby73cabljac
authored andcommitted
fix(integration_test): Pass DEBUG to CLI env
1 parent 136a017 commit d793304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration_test/run.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { loadEnv } from "./utils.js";
1111
loadEnv();
1212

1313
let {
14+
DEBUG,
1415
NODE_VERSION = "18",
1516
FIREBASE_ADMIN,
1617
PROJECT_ID,
@@ -74,6 +75,7 @@ const firebaseConfig = {
7475
};
7576

7677
const env = {
78+
DEBUG,
7779
FIRESTORE_PREFER_REST: "true",
7880
GCLOUD_PROJECT: config.projectId,
7981
FIREBASE_CONFIG: JSON.stringify(firebaseConfig),

0 commit comments

Comments
 (0)