@@ -36,10 +36,10 @@ jobs:
3636 run : gem install xcpretty
3737 - name : Install Secret GoogleService-Info.plist
3838 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"
4040 - name : Install Credentials.h
4141 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"
4343 - name : Install Credentials.swift
4444 run : |
4545 scripts/decrypt_gha_secret.sh scripts/gha-encrypted/Storage/Credentials.swift.gpg \
5858 cache_key : ${{ matrix.os }}
5959 - name : Initialize xcodebuild
6060 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
6361 - name : Swift Unit Tests
6462 run : scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseStorageUnit iOS spm
6563
7876 - name : Initialize xcodebuild
7977 run : scripts/setup_spm_tests.sh
8078 - 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
9780
9881 quickstart :
9982 # Don't run on private repo unless it is a PR.
@@ -124,15 +107,14 @@ jobs:
124107 strategy :
125108 matrix :
126109 target : [ios, tvos, macos, watchos]
127- podspec : [FirebaseStorage.podspec, FirebaseStorageInternal.podspec]
128110 steps :
129111 - uses : actions/checkout@v2
130112 - uses : ruby/setup-ruby@v1
131113 - name : Setup Bundler
132114 run : scripts/setup_bundler.sh
133115 - name : Build and test
134116 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 }}
136118
137119 storage-cron-only :
138120 # Don't run on private repo.
@@ -141,12 +123,11 @@ jobs:
141123 strategy :
142124 matrix :
143125 target : [ios, tvos, macos, watchos]
144- podspec : [FirebaseStorage.podspec, FirebaseStorageInternal.podspec]
145126 needs : pod-lib-lint
146127 steps :
147128 - uses : actions/checkout@v2
148129 - uses : ruby/setup-ruby@v1
149130 - name : Setup Bundler
150131 run : scripts/setup_bundler.sh
151132 - 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