File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
16
- # Private repository: Build and run the Integration Tests for the Firebase performance E2E Test App.
17
- # TODO: Remove this job config after completely migrated to public repository.
18
- performance-integration-tests :
19
- # Firebase Performance lives in private repository only currently.
20
- # Remove the job configuration after Firebase Performance is open sourced.
21
- if : github.repository == 'FirebasePrivate/firebase-ios-sdk'
22
- runs-on : macos-latest
23
- steps :
24
- - uses : actions/checkout@v2
25
- with :
26
- ref : perf
27
- - name : Setup Bundler
28
- run : scripts/setup_bundler.sh
29
- - name : BuildAndTest # can be replaced with pod lib lint with CocoaPods 1.10
30
- run : scripts/third_party/travis/retry.sh scripts/build.sh Performance all integration
31
-
32
16
# Public repository: Build and run the Integration Tests for the Firebase performance E2E Test App.
33
- # TODO: Remove this job config after completely migrated to public repository.
34
- performance-integration-tests-public :
17
+ performance-integration-tests :
35
18
if : github.repository == 'Firebase/firebase-ios-sdk'
36
19
env :
37
20
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
You can’t perform that action at this time.
0 commit comments