@@ -36,10 +36,10 @@ jobs:
36
36
run : gem install xcpretty
37
37
- name : Install Secret GoogleService-Info.plist
38
38
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/storage-db-plist.gpg \
39
- FirebaseStorageInternal /Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
39
+ FirebaseStorage /Tests/Integration/Resources/GoogleService-Info.plist "$plist_secret"
40
40
- name : Install Credentials.h
41
41
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/Storage/Credentials.h.gpg \
42
- FirebaseStorageInternal /Tests/Integration /Credentials.h "$plist_secret"
42
+ FirebaseStorage /Tests/ObjCIntegration /Credentials.h "$plist_secret"
43
43
- name : Install Credentials.swift
44
44
run : |
45
45
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/Storage/Credentials.swift.gpg \
58
58
cache_key : ${{ matrix.os }}
59
59
- name : Initialize xcodebuild
60
60
run : scripts/setup_spm_tests.sh
61
- - name : Objective-C Unit Tests
62
- run : scripts/third_party/travis/retry.sh ./scripts/build.sh StorageUnit iOS spm
63
61
- name : Swift Unit Tests
64
62
run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseStorageUnit iOS spm
65
63
78
76
- name : Initialize xcodebuild
79
77
run : scripts/setup_spm_tests.sh
80
78
- name : Unit Tests
81
- run : scripts/third_party/travis/retry.sh ./scripts/build.sh StorageUnit ${{ matrix.target }} spm
82
-
83
- catalyst :
84
- # Don't run on private repo unless it is a PR.
85
- if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
86
- runs-on : macos-12
87
- steps :
88
- - uses : actions/checkout@v2
89
- - uses : mikehardy/buildcache-action@50738c6c77de7f34e66b870e4f8ede333b69d077
90
- with :
91
- cache_key : ${{ matrix.os }}
92
- - uses : ruby/setup-ruby@v1
93
- - name : Setup Bundler
94
- run : scripts/setup_bundler.sh
95
- - name : Setup project and Build for Catalyst
96
- run : scripts/test_catalyst.sh FirebaseStorageInternal test FirebaseStorageInternal-Unit-unit
79
+ run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseStorageUnit ${{ matrix.target }} spm
97
80
98
81
quickstart :
99
82
# Don't run on private repo unless it is a PR.
@@ -124,15 +107,14 @@ jobs:
124
107
strategy :
125
108
matrix :
126
109
target : [ios, tvos, macos, watchos]
127
- podspec : [FirebaseStorage.podspec, FirebaseStorageInternal.podspec]
128
110
steps :
129
111
- uses : actions/checkout@v2
130
112
- uses : ruby/setup-ruby@v1
131
113
- name : Setup Bundler
132
114
run : scripts/setup_bundler.sh
133
115
- name : Build and test
134
116
run : |
135
- scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb ${{ matrix .podspec }} --test-specs=unit --platforms=${{ matrix.target }}
117
+ scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseStorage .podspec --test-specs=unit --platforms=${{ matrix.target }}
136
118
137
119
storage-cron-only :
138
120
# Don't run on private repo.
@@ -141,12 +123,11 @@ jobs:
141
123
strategy :
142
124
matrix :
143
125
target : [ios, tvos, macos, watchos]
144
- podspec : [FirebaseStorage.podspec, FirebaseStorageInternal.podspec]
145
126
needs : pod-lib-lint
146
127
steps :
147
128
- uses : actions/checkout@v2
148
129
- uses : ruby/setup-ruby@v1
149
130
- name : Setup Bundler
150
131
run : scripts/setup_bundler.sh
151
132
- name : PodLibLint Storage Cron
152
- run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb ${{ matrix .podspec }} --platforms=${{ matrix.target }} --use-static-frameworks --skip-tests
133
+ run : scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseStorage .podspec --platforms=${{ matrix.target }} --use-static-frameworks --skip-tests
0 commit comments