Skip to content

Commit 30c0f87

Browse files
authored
Disabled compiling test results (#367)
1 parent 56b1aa0 commit 30c0f87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- name: Build and Test Proton
2525
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()
26+
# - name: Compile Test results
27+
# uses: kishikawakatsumi/xcresulttool@v1
28+
# with:
29+
# path: TestResults.xcresult
30+
# if: success() || failure()
3131
# ^ This is important because the action will be run
3232
# even if the test fails in the previous step.
3333
- name: Build and Test Proton as dependency in another package

0 commit comments

Comments
 (0)