Skip to content

Commit

Permalink
delete parallels
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisLys committed Dec 4, 2024
1 parent 129d754 commit e8d15eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,12 @@ jobs:
-xctestrun DerivedData/Build/Products/SwiftRadioUITests_Regression_iphonesimulator18.0-arm64.xctestrun \
-destination 'platform=iOS Simulator,name=${{ env.SIMULATOR_NAME }},OS=${{ env.SIMULATOR_VERSION }}' \
-resultBundlePath ./TestResults.xcresult \
-parallel-testing-enabled YES \
-maximum-concurrent-test-simulator-destinations 2 \
| xcbeautify --renderer github-actions
else
xcodebuild test-without-building \
-xctestrun DerivedData/Build/Products/SwiftRadioUITests_${{ github.event.inputs.test_plan_type }}_iphonesimulator18.0-arm64.xctestrun \
-destination 'platform=iOS Simulator,name=${{ env.SIMULATOR_NAME }},OS=${{ env.SIMULATOR_VERSION }}' \
-resultBundlePath ./TestResults.xcresult \
-parallel-testing-enabled YES \
-maximum-concurrent-test-simulator-destinations 2 \
| xcbeautify --renderer github-actions
fi
continue-on-error: true
Expand Down

0 comments on commit e8d15eb

Please sign in to comment.