We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2095c6 commit 6201106Copy full SHA for 6201106
.github/workflows/pre-release-qa.yml
@@ -24,7 +24,7 @@ jobs:
24
if: always()
25
with:
26
name: test-report-cocoapods-iOS
27
- path: test-results
+ path: test-results/ios-cocoapods.xcresult
28
verify-carthage-iOS:
29
runs-on: macos-latest
30
timeout-minutes: 20
@@ -67,7 +67,7 @@ jobs:
67
68
69
name: test-report-spm-iOS
70
- path: test-results/ios-spm.xcresult
+ path: test-results
71
verify-manually-with-xcframework-iOS:
72
73
0 commit comments