Skip to content

Commit c1950a9

Browse files
committed
fix database tests
1 parent ff50fbd commit c1950a9

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/database.yml

+6-9
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,26 @@ env:
2828

2929
jobs:
3030
cocoapods:
31-
name: cocoapods
31+
name: spm (non-SwiftUI)
3232
runs-on: macOS-15
3333
env:
34-
SPM: false
35-
LEGACY: false
3634
OS: iOS
35+
SPM: true
36+
LEGACY: false
37+
DIR: database
3738
DEVICE: iPhone 16
3839
TEST: false
40+
SCHEME: FirebaseDatabaseSwift
3941
steps:
4042
- name: Checkout
4143
uses: actions/checkout@master
4244
- name: Setup
4345
run: |
44-
cd database
45-
gem install bundler
46-
bundle install
4746
gem install xcpretty
48-
bundle exec pod install --repo-update
4947
../scripts/install_prereqs/database.sh
5048
- name: Build Swift
5149
run: ./scripts/test.sh
52-
env:
53-
SWIFT_SUFFIX: Swift
50+
5451
spm:
5552
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
5653
runs-on: macOS-15

0 commit comments

Comments
 (0)