Skip to content

Commit 12c567b

Browse files
authored
Fix CI after #6777 (#6780)
1 parent 3e8e572 commit 12c567b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
- name: iOS Build Test
206206
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestore iOS spmbuildonly
207207
- name: Swift Build
208-
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestoreSwift iOS spmbuildonly
208+
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFirestoreSwift-Beta iOS spmbuildonly
209209

210210
spm-cron:
211211
# Don't run on private repo.

.github/workflows/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: iOS Unit Tests
5555
run: scripts/third_party/travis/retry.sh ./scripts/build.sh StorageUnit iOS spm
5656
- name: Swift Build
57-
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseStorageSwift iOS spmbuildonly
57+
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseStorageSwift-Beta iOS spmbuildonly
5858

5959
spm-cron:
6060
# Don't run on private repo.

0 commit comments

Comments
 (0)