Skip to content

Commit 2ff9443

Browse files
committed
fix firestore build
1 parent 1f902bb commit 2ff9443

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
2828

2929
jobs:
30-
cocoapods:
30+
spm-buildonly:
3131
name: spm (non-SwiftUI)
3232
runs-on: macOS-15
3333
env:

.github/workflows/firestore.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,23 @@ env:
2727
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
2828

2929
jobs:
30-
cocoapods:
30+
spm:
3131
name: cocoapods
3232
runs-on: macOS-15
3333
env:
34-
SPM: false
34+
SPM: true
3535
LEGACY: false
3636
OS: iOS
3737
DEVICE: iPhone 16
3838
TEST: false
39+
SCHEME: FirestoreExample
3940
steps:
4041
- name: Checkout
4142
uses: actions/checkout@master
4243
- name: Setup
4344
run: |
4445
cd firestore
45-
gem install bundler
46-
bundle install
4746
gem install xcpretty
48-
bundle exec pod install --repo-update
4947
../scripts/install_prereqs/firestore.sh
5048
- name: Build
5149
run: ./scripts/test.sh
52-
env:
53-
SWIFT_SUFFIX: ""

0 commit comments

Comments
 (0)