Skip to content

Commit 9eafc5b

Browse files
Test 55 of CI xlarge
1 parent a728396 commit 9eafc5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ios-simulator-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
port: 5223
4545
host: "api.sandbox.push.apple.com"
4646

47+
- name: Traceroute apns sandbox
48+
run: |
49+
echo "Running traceroute to api.sandbox.push.apple.com..."
50+
sudo traceroute -n api.sandbox.push.apple.com
51+
echo "Traceroute completed."
52+
4753
# - name: Create and Boot iOS Simulator
4854
# id: create-simulator
4955
# run: |

0 commit comments

Comments
 (0)