From e8d15ebf09b1114ab49b2920c6766b125f7ab07c Mon Sep 17 00:00:00 2001 From: Boris Lysikov Date: Wed, 4 Dec 2024 21:54:36 +0700 Subject: [PATCH] delete parallels --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5e0d9ff..80a7798 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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