Skip to content

Commit 32d500b

Browse files
Test 36 of CI
1 parent a45e977 commit 32d500b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@ jobs:
7272
APNS_TOKEN_KEY: ${{ secrets.APNS_TOKEN_KEY }}
7373
run: pnpm run test
7474

75-
- name: Retrieve and Print Test Logs on Failure
75+
- name: Retrieve and Print Test Logs on Failure (1/2)
76+
if: failure()
77+
run: |
78+
echo "Test failed. Retrieving logs..."
79+
xcrun xcresulttool get test-results tests --path /Users/runner/work/hapns/hapns/TestSlowness.xcresult --format json | jq .
80+
81+
- name: Retrieve and Print Test Logs on Failure (2/2)
7682
if: failure()
7783
run: |
7884
echo "Test failed. Retrieving logs..."

0 commit comments

Comments
 (0)