We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b1aa0 commit 30c0f87Copy full SHA for 30c0f87
.github/workflows/build.yml
@@ -23,11 +23,11 @@ jobs:
23
- uses: actions/checkout@v2
24
- name: Build and Test Proton
25
run: xcodebuild -resultBundlePath TestResults -scheme "Proton" -destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2" clean test
26
- - name: Compile Test results
27
- uses: kishikawakatsumi/xcresulttool@v1
28
- with:
29
- path: TestResults.xcresult
30
- if: success() || failure()
+ # - name: Compile Test results
+ # uses: kishikawakatsumi/xcresulttool@v1
+ # with:
+ # path: TestResults.xcresult
+ # if: success() || failure()
31
# ^ This is important because the action will be run
32
# even if the test fails in the previous step.
33
- name: Build and Test Proton as dependency in another package
0 commit comments