Skip to content

Commit 2b9c080

Browse files
Nick feedback
1 parent 73fcdda commit 2b9c080

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
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

Tests/Integration/Emulator/start-emulator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -14,7 +14,7 @@
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

2020
set -e

setup-scripts.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ git clone \
1818
;
1919
cd firebase-ios-sdk
2020
git checkout main -- scripts
21-
git rev-parse HEAD
2221
cd ..
2322
ln -s firebase-ios-sdk/scripts scripts

0 commit comments

Comments
 (0)