Skip to content

Commit 4991feb

Browse files
committed
fix firestore build
1 parent 1f902bb commit 4991feb

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-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: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,24 @@ 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
37+
DIR: firestore
3738
DEVICE: iPhone 16
3839
TEST: false
40+
SCHEME: FirestoreExample
3941
steps:
4042
- name: Checkout
4143
uses: actions/checkout@master
4244
- name: Setup
4345
run: |
4446
cd firestore
45-
gem install bundler
46-
bundle install
4747
gem install xcpretty
48-
bundle exec pod install --repo-update
4948
../scripts/install_prereqs/firestore.sh
5049
- name: Build
5150
run: ./scripts/test.sh
52-
env:
53-
SWIFT_SUFFIX: ""

0 commit comments

Comments
 (0)