Skip to content

Commit c761ea4

Browse files
authored
Update README.md
1 parent 62b171e commit c761ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: macos-latest
4040
steps:
4141
- uses: actions/checkout@v1
42-
- run: xcodebuild test -project App.xcodeproj -scheme App -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=13.0' -enableCodeCoverage YES
42+
- run: xcodebuild test -project App.xcodeproj -scheme App -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=13.0' -enableCodeCoverage YES -derivedDataPath DerivedData
4343
- uses: michaelhenry/[email protected]
4444
with:
4545
build-path: DerivedData
@@ -76,7 +76,7 @@ Otherwise, if your project is an ios/macos that uses the `xcodebuild test` to te
7676
Eg.
7777

7878
```yml
79-
- run: xcodebuild test -project App.xcodeproj -scheme App -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=13.0' -enableCodeCoverage YES
79+
- run: xcodebuild test -project App.xcodeproj -scheme App -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=13.0' -enableCodeCoverage YES -derivedDataPath DerivedData
8080
- uses: michaelhenry/[email protected]
8181
with:
8282
build-path: DerivedData

0 commit comments

Comments
 (0)