We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec1256 commit 1b39713Copy full SHA for 1b39713
.github/workflows/ios-simulator-tests.yml
@@ -115,8 +115,8 @@ jobs:
115
echo $! > server.pid
116
117
- name: Run End-to-End iOS Simulator Tests
118
- env:
119
- APNS_TOKEN_KEY: ${{ secrets.APNS_TOKEN_KEY }}
+ # env:
+ # APNS_TOKEN_KEY: ${{ secrets.APNS_TOKEN_KEY }}
120
run: pnpm run test
121
122
- name: Print server logs on failure
0 commit comments