File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Tests/Integration/Emulator Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 7474 - name : Install iOS Platform
7575 run : xcodebuild -downloadPlatform iOS
7676 - name : Integration Test Setup
77- run : Tests/Integration/Emulator/start-emulator.sh synchronous
77+ run : Tests/Integration/Emulator/start-emulator.sh
7878 - name : Unit and Integration Tests
7979 run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseDataConnect ${{ matrix.target }} spm
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- # Copyright 2018 Google
3+ # Copyright 2025 Google LLC
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17- # Sets up Firebase Data Connect emulator and starts it to run
17+ # Sets up Firebase Data Connect emulator to execute
1818# integration tests.
1919
2020set -e
Original file line number Diff line number Diff line change @@ -18,6 +18,5 @@ git clone \
1818;
1919cd firebase-ios-sdk
2020git checkout main -- scripts
21- git rev-parse HEAD
2221cd ..
2322ln -s firebase-ios-sdk/scripts scripts
You can’t perform that action at this time.
0 commit comments