Skip to content

Commit

Permalink
parallel testing off
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenry committed Jul 8, 2024
1 parent 90223ae commit 5d45035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
${{ env.DERIVEDDATA_PATH }}/SourcePackages/checkouts/
key: ${{ runner.os }}-${{ hashFiles('**/Package.resolved') }}

- 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
- 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
- uses: michaelhenry/swifty-code-coverage@v1.0.1
with:
build-path: ${{ env.DERIVEDDATA_PATH }}
Expand Down

0 comments on commit 5d45035

Please sign in to comment.