Skip to content

Commit cec1256

Browse files
Test 50 of CI self-hosted mac arm64
1 parent 6d2d7b4 commit cec1256

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specs/alert-notification.spec.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ test("Alert Notification End-to-End Test", { timeout: 30 * 60 * 1000 }, async (t
9292
console.log(process.env.APNS_TEAM_ID);
9393
console.log(process.env.APNS_TOKEN_KEY);
9494
console.log(process.env.USE_SANDBOX);
95+
console.log(import.meta.dirname, import.meta.url);
9596

9697
const connector = TokenConnector({
9798
key: new Uint8Array(Buffer.from(APNS_TOKEN_KEY, "utf8").buffer),

0 commit comments

Comments
 (0)