Skip to content

Commit 0f73266

Browse files
authored
Tweaks for flaky tests (firebase#13971)
1 parent 36da449 commit 0f73266

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/database.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
run: scripts/setup_bundler.sh
5454
- name: Install xcpretty
5555
run: gem install xcpretty
56+
- name: Xcode
57+
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
5658
- name: IntegrationTest
5759
# Only iOS to mitigate flakes.
5860
run: scripts/third_party/travis/retry.sh scripts/build.sh Database iOS integration

.github/workflows/remoteconfig.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,27 +118,35 @@ jobs:
118118
- os: macos-13
119119
xcode: Xcode_15.2
120120
target: iOS
121+
test: spm
121122
- os: macos-14
122123
xcode: Xcode_15.4
123124
target: iOS
125+
test: spm
124126
- os: macos-15
125127
xcode: Xcode_16
126128
target: iOS
129+
test: spm
127130
- os: macos-15
128131
xcode: Xcode_16
129132
target: tvOS
133+
test: spm
130134
- os: macos-15
131135
xcode: Xcode_16
132136
target: macOS
137+
test: spm
133138
- os: macos-15
134139
xcode: Xcode_16
135140
target: watchOS
141+
test: spmbuildonly
136142
- os: macos-15
137143
xcode: Xcode_16
138144
target: catalyst
145+
test: spm
139146
- os: macos-15
140147
xcode: Xcode_16
141148
target: visionOS
149+
test: spm
142150
runs-on: ${{ matrix.os }}
143151
steps:
144152
- uses: actions/checkout@v4
@@ -153,7 +161,7 @@ jobs:
153161
- name: Unit Tests
154162
run: scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigUnit ${{ matrix.target }} spm
155163
- name: Fake Console tests
156-
run: scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigFakeConsole ${{ matrix.target }} spm
164+
run: scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigFakeConsole ${{ matrix.target }} ${{ matrix.test }}
157165

158166
catalyst:
159167
# Don't run on private repo unless it is a PR.

.github/workflows/storage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
matrix:
2525
language: [Swift, ObjC]
2626
include:
27-
- os: macos-14
28-
xcode: Xcode_15.4
27+
- os: macos-15
28+
xcode: Xcode_16
2929
env:
3030
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
3131
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)