Skip to content

Commit cfe9663

Browse files
test: remove parallel testing to stop hanging
1 parent b256f55 commit cfe9663

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/swiftui-auth.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ jobs:
176176
xcodebuild test-without-building \
177177
-scheme FirebaseSwiftUIExampleUITests \
178178
-destination 'platform=iOS Simulator,name=iPhone 17' \
179-
-parallel-testing-enabled YES \
180-
-maximum-concurrent-test-simulator-destinations 2 \
179+
-parallel-testing-enabled NO \
181180
-enableCodeCoverage YES \
182181
-resultBundlePath FirebaseSwiftUIExampleUITests.xcresult | tee FirebaseSwiftUIExampleUITests.log | xcpretty --test --color --simple
183182

0 commit comments

Comments
 (0)