File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 30
30
include :
31
31
- os : macos-12
32
32
xcode : Xcode_14.2
33
+ tests :
34
+ # Flaky tests on CI
33
35
- os : macos-13
34
36
xcode : Xcode_15.0.1
37
+ tests : --skip-tests
35
38
runs-on : ${{ matrix.os }}
36
39
steps :
37
40
- uses : actions/checkout@v3
44
47
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
45
48
- name : Build and test
46
49
run : |
47
- scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb ${{ matrix.podspec }} --platforms=${{ matrix.target }}
50
+ scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb ${{ matrix.podspec }} --platforms=${{ matrix.target }} \
51
+ ${{ matrix.tests }}
48
52
49
53
integration-tests :
50
54
# Don't run on private repo unless it is a PR.
Original file line number Diff line number Diff line change 29
29
include :
30
30
- os : macos-12
31
31
xcode : Xcode_14.2
32
+ tests :
33
+ # Flaky tests on CI
32
34
- os : macos-13
33
35
xcode : Xcode_15.0.1
36
+ tests : --skip-tests
34
37
runs-on : ${{ matrix.os }}
35
38
steps :
36
39
- uses : actions/checkout@v3
41
44
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
42
45
- name : Build and test
43
46
run : |
44
- scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }}
47
+ scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} \
48
+ ${{ matrix.tests }}
45
49
46
50
spm :
47
51
# Don't run on private repo unless it is a PR.
Original file line number Diff line number Diff line change @@ -176,8 +176,10 @@ jobs:
176
176
include :
177
177
- os : macos-12
178
178
xcode : Xcode_14.2
179
+ tests : --test-specs=unit
179
180
- os : macos-13
180
181
xcode : Xcode_15.0.1
182
+ tests : --skip-tests
181
183
runs-on : ${{ matrix.os }}
182
184
steps :
183
185
- uses : actions/checkout@v3
@@ -190,7 +192,8 @@ jobs:
190
192
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
191
193
- name : Build and test
192
194
run : |
193
- scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseStorage.podspec --test-specs=unit --platforms=${{ matrix.target }}
195
+ scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseStorage.podspec ${{ matrix.tests }} \
196
+ --platforms=${{ matrix.target }}
194
197
195
198
storage-cron-only :
196
199
# Don't run on private repo.
You can’t perform that action at this time.
0 commit comments