File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223
223
- name : Build Test
224
224
run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestore ${{ matrix.target }} spmbuildonly
225
225
- name : Swift Build
226
- run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestoreSwift ${{ matrix.target }} spmbuildonly
226
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestoreSwift-Beta ${{ matrix.target }} spmbuildonly
227
227
228
228
# Restore when FirebaseUI works with Firebase 7 (#6646)
229
229
quickstart :
Original file line number Diff line number Diff line change 72
72
- name : Unit Tests
73
73
run : scripts/third_party/travis/retry.sh ./scripts/build.sh StorageUnit ${{ matrix.target }} spm
74
74
- name : Swift Build
75
- run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseStorageSwift ${{ matrix.target }} spmbuildonly
75
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseStorageSwift-Beta ${{ matrix.target }} spmbuildonly
76
76
77
77
catalyst :
78
78
# Don't run on private repo unless it is a PR.
You can’t perform that action at this time.
0 commit comments