Skip to content

Commit

Permalink
fix firestore build
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jan 27, 2025
1 parent 1f902bb commit 4991feb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}

jobs:
cocoapods:
spm-buildonly:
name: spm (non-SwiftUI)
runs-on: macOS-15
env:
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,24 @@ env:
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}

jobs:
cocoapods:
spm:
name: cocoapods
runs-on: macOS-15
env:
SPM: false
SPM: true
LEGACY: false
OS: iOS
DIR: firestore
DEVICE: iPhone 16
TEST: false
SCHEME: FirestoreExample
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd firestore
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/firestore.sh
- name: Build
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""

0 comments on commit 4991feb

Please sign in to comment.