Skip to content

Commit 5d45035

Browse files
committed
parallel testing off
1 parent 90223ae commit 5d45035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
${{ env.DERIVEDDATA_PATH }}/SourcePackages/checkouts/
3333
key: ${{ runner.os }}-${{ hashFiles('**/Package.resolved') }}
3434

35-
- run: set -o pipefail && xcodebuild test -project Demo/Demo.xcodeproj -scheme Demo -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15' -enableCodeCoverage YES -derivedDataPath ${{ env.DERIVEDDATA_PATH }} | xcpretty
35+
- run: set -o pipefail && xcodebuild test -project Demo/Demo.xcodeproj -scheme Demo -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15' -enableCodeCoverage YES -parallel-testing-enabled NO -derivedDataPath ${{ env.DERIVEDDATA_PATH }} | xcpretty
3636
- uses: michaelhenry/swifty-code-coverage@v1.0.1
3737
with:
3838
build-path: ${{ env.DERIVEDDATA_PATH }}

0 commit comments

Comments
 (0)