Skip to content

Commit f1ba0b6

Browse files
Disable integration tests on the private repo. (#7180)
1 parent 3642b56 commit f1ba0b6

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/performance-integration-tests.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,8 @@ on:
1313

1414
jobs:
1515

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-
3216
# 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:
3518
if: github.repository == 'Firebase/firebase-ios-sdk'
3619
env:
3720
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

0 commit comments

Comments
 (0)