@@ -27,18 +27,22 @@ jobs:
27
27
runs-on : macOS-latest
28
28
steps :
29
29
- uses : actions/checkout@v2
30
+ - name : Xcode 12.2
31
+ run : sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer
30
32
- name : Build
31
33
run : |
32
34
cd ReleaseTooling
33
35
swift build -v
34
36
35
37
package :
36
38
# Don't run on private repo.
37
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
39
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
38
40
needs : build
39
41
runs-on : macOS-latest
40
42
steps :
41
43
- uses : actions/checkout@v2
44
+ - name : Xcode 12.2
45
+ run : sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer
42
46
- name : Setup Bundler
43
47
run : ./scripts/setup_bundler.sh
44
48
- name : ZipBuildingTest
54
58
55
59
quickstart_framework_abtesting :
56
60
# Don't run on private repo.
57
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
61
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
58
62
needs : package
59
63
env :
60
64
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
99
103
100
104
quickstart_framework_auth :
101
105
# Don't run on private repo.
102
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
106
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
103
107
needs : package
104
108
env :
105
109
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -143,7 +147,7 @@ jobs:
143
147
144
148
quickstart_framework_config :
145
149
# Don't run on private repo.
146
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
150
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
147
151
needs : package
148
152
env :
149
153
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -184,7 +188,7 @@ jobs:
184
188
185
189
quickstart_framework_crashlytics :
186
190
# Don't run on private repo.
187
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
191
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
188
192
needs : package
189
193
env :
190
194
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -234,7 +238,7 @@ jobs:
234
238
235
239
quickstart_framework_database :
236
240
# Don't run on private repo.
237
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
241
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
238
242
needs : package
239
243
env :
240
244
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -279,7 +283,7 @@ jobs:
279
283
280
284
quickstart_framework_dynamiclinks :
281
285
# Don't run on private repo.
282
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
286
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
283
287
needs : package
284
288
env :
285
289
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -329,7 +333,7 @@ jobs:
329
333
330
334
quickstart_framework_firestore :
331
335
# Don't run on private repo.
332
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
336
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
333
337
needs : package
334
338
env :
335
339
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -372,7 +376,7 @@ jobs:
372
376
373
377
quickstart_framework_inappmessaging :
374
378
# Don't run on private repo.
375
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
379
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
376
380
needs : package
377
381
env :
378
382
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -418,7 +422,7 @@ jobs:
418
422
419
423
quickstart_framework_messaging :
420
424
# Don't run on private repo.
421
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
425
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
422
426
needs : package
423
427
env :
424
428
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
@@ -463,7 +467,7 @@ jobs:
463
467
464
468
quickstart_framework_storage :
465
469
# Don't run on private repo.
466
- if : (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
470
+ # if: (github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk') || github.event_name == 'workflow_dispatch'
467
471
needs : package
468
472
env :
469
473
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
0 commit comments