Skip to content

Commit 54afbb7

Browse files
ci: fix flow for integration tests
1 parent 63adf26 commit 54afbb7

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/swiftui-auth.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,20 +121,11 @@ jobs:
121121
id: prepare-simulator
122122
run: ./.github/workflows/scripts/prepare-ios-simulator.sh
123123

124-
- name: Build for Integration Tests
125-
run: |
126-
cd ./e2eTest/FirebaseSwiftUIExample
127-
set -o pipefail
128-
xcodebuild build-for-testing \
129-
-scheme FirebaseSwiftUIExampleTests \
130-
-destination "id=${{ steps.prepare-simulator.outputs.udid }}" \
131-
-enableCodeCoverage YES | xcpretty --color --simple
132-
133124
- name: Run Integration Tests
134125
run: |
135126
cd ./e2eTest/FirebaseSwiftUIExample
136127
set -o pipefail
137-
xcodebuild test-without-building \
128+
xcodebuild test \
138129
-scheme FirebaseSwiftUIExampleTests \
139130
-destination "id=${{ steps.prepare-simulator.outputs.udid }}" \
140131
-parallel-testing-enabled NO \

0 commit comments

Comments
 (0)