Skip to content

Commit e1e20ec

Browse files
committed
debug gh workflow
1 parent b25368c commit e1e20ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tests/query.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jest.setTimeout(30000);
66

77
const logLevel = "error";
88
const logger = createLogger({ name: "TEST", level: logLevel });
9+
console.log(process.env);
910
const username = process.env["BD_USERNAME"];
1011
const password = process.env["BD_PASSWORD"];
1112
if (!password || !username) throw new Error("Set BD_USERNAME and BD_PASSWORD envs");

0 commit comments

Comments
 (0)