mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-22 05:55:16 -05:00
test github secret
This commit is contained in:
parent
b7ae49c644
commit
7c98fe603e
@ -9,7 +9,13 @@ const { sleep } = require("../src/util");
|
|||||||
page;
|
page;
|
||||||
|
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
|
if (process.env.JUST_FOR_TEST) {
|
||||||
|
console.log(process.env.JUST_FOR_TEST);
|
||||||
|
|
||||||
|
if (process.env.JUST_FOR_TEST === "JUST_FOR_TEST_HELLO") {
|
||||||
|
console.log("secret ok");
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(() => {
|
afterAll(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user