We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63adf26 commit 54afbb7Copy full SHA for 54afbb7
1 file changed
.github/workflows/swiftui-auth.yml
@@ -121,20 +121,11 @@ jobs:
121
id: prepare-simulator
122
run: ./.github/workflows/scripts/prepare-ios-simulator.sh
123
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
-
133
- name: Run Integration Tests
134
run: |
135
cd ./e2eTest/FirebaseSwiftUIExample
136
set -o pipefail
137
- xcodebuild test-without-building \
+ xcodebuild test \
138
-scheme FirebaseSwiftUIExampleTests \
139
-destination "id=${{ steps.prepare-simulator.outputs.udid }}" \
140
-parallel-testing-enabled NO \
0 commit comments