Skip to content

Commit 1d656f1

Browse files
Test 46 of CI self-hosted mac arm64
1 parent 25403de commit 1d656f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specs/alert-notification.spec.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ test("Alert Notification End-to-End Test", { timeout: 30 * 60 * 1000 }, async (t
8888
USE_SANDBOX = "true",
8989
} = process.env;
9090

91+
console.log(process.env.APNS_KEY_ID);
92+
console.log(process.env.APNS_TEAM_ID);
93+
console.log(process.env.APNS_TOKEN_KEY);
94+
console.log(process.env.USE_SANDBOX);
95+
9196
const connector = TokenConnector({
9297
key: new Uint8Array(APNS_TOKEN_KEY),
9398
keyId: APNS_KEY_ID,

0 commit comments

Comments
 (0)