Skip to content

Commit e2a6b7d

Browse files
authored
Update xcodetest.yml
1 parent 9cc23ef commit e2a6b7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/xcodetest.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cd Xcode/
2121
xcodebuild clean test -scheme TheNews -destination 'platform=iOS Simulator,name=iPhone 12,OS=14.4' -resultBundlePath TestResults
2222
23-
- uses: kishikawakatsumi/xcresulttool@v1
24-
with:
25-
path: Xcode/TestResults.xcresult
26-
if: success() || failure()
23+
# - uses: kishikawakatsumi/xcresulttool@v1
24+
# with:
25+
# path: Xcode/TestResults.xcresult
26+
# if: success() || failure()

0 commit comments

Comments
 (0)