Skip to content

Commit

Permalink
fix database tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jan 27, 2025
1 parent ff50fbd commit c1950a9
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,26 @@ env:

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

spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-15
Expand Down

0 comments on commit c1950a9

Please sign in to comment.