Skip to content

Commit c1178bc

Browse files
committed
Comment out xcresulttool in test workflow
1 parent 3313b71 commit c1178bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ jobs:
8686
-clonedSourcePackagesDirPath .swiftpm \
8787
-disableAutomaticPackageResolution | xcpretty
8888
89-
- uses: kishikawakatsumi/xcresulttool@v1
90-
if: success() || failure()
91-
with:
92-
path: |
93-
test-results/Test-InfoFeatureTests.xcresult
94-
test-results/Test-LicenseFeatureTests.xcresult
95-
test-results/Test-SearchFeatureTests.xcresult
96-
test-results/Test-X509ParserTests.xcresult
97-
show-passed-tests: false
89+
#- uses: kishikawakatsumi/xcresulttool@v1
90+
# if: success() || failure()
91+
# with:
92+
# path: |
93+
# test-results/Test-InfoFeatureTests.xcresult
94+
# test-results/Test-LicenseFeatureTests.xcresult
95+
# test-results/Test-SearchFeatureTests.xcresult
96+
# test-results/Test-X509ParserTests.xcresult
97+
# show-passed-tests: false

0 commit comments

Comments
 (0)