File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 28
28
29
29
jobs :
30
30
cocoapods :
31
- name : cocoapods
31
+ name : spm (non-SwiftUI)
32
32
runs-on : macOS-15
33
33
env :
34
- SPM : false
35
- LEGACY : false
36
34
OS : iOS
35
+ SPM : true
36
+ LEGACY : false
37
+ DIR : database
37
38
DEVICE : iPhone 16
38
39
TEST : false
40
+ SCHEME : FirebaseDatabaseSwift
39
41
steps :
40
42
- name : Checkout
41
43
uses : actions/checkout@master
42
44
- name : Setup
43
45
run : |
44
- cd database
45
- gem install bundler
46
- bundle install
47
46
gem install xcpretty
48
- bundle exec pod install --repo-update
47
+ cd database
49
48
../scripts/install_prereqs/database.sh
50
49
- name : Build Swift
51
50
run : ./scripts/test.sh
52
- env :
53
- SWIFT_SUFFIX : Swift
51
+
54
52
spm :
55
53
name : spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
56
54
runs-on : macOS-15
You can’t perform that action at this time.
0 commit comments