Skip to content

Commit 8016ea5

Browse files
authored
Update max parrallel (#473)
1 parent 5ea7a7b commit 8016ea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/native-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414
jobs:
1515
native-unit-tests:
1616
strategy:
17+
max-parallel: 4
1718
matrix:
1819
platform: [iOS, tvOS]
1920
scheme: [mParticle-Apple-SDK, mParticle-Apple-SDK-NoLocation]
@@ -30,5 +31,5 @@ jobs:
3031
- name: Select Xcode
3132
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
3233

33-
- name: Run iOS unit tests
34+
- name: Run unit tests
3435
run: xcodebuild -project mParticle-Apple-SDK.xcodeproj -scheme ${{ matrix.scheme }} -destination 'platform=${{ matrix.platform }} Simulator,name=${{ matrix.device }},OS=latest' test

0 commit comments

Comments
 (0)