Skip to content

Commit 853fdf9

Browse files
authored
Apply keychain fixes to cron tests (#8506)
1 parent af230bd commit 853fdf9

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/auth.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
- uses: actions/checkout@v2
132132
- name: Setup Bundler
133133
run: scripts/setup_bundler.sh
134+
- name: Configure test keychain
135+
run: scripts/configure_test_keychain.sh
134136
- name: PodLibLint Auth Cron
135137
run: scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb FirebaseAuth.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
136138

.github/workflows/installations.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
- uses: actions/checkout@v2
111111
- name: Setup Bundler
112112
run: scripts/setup_bundler.sh
113+
- name: Configure test keychain
114+
run: scripts/configure_test_keychain.sh
113115
- name: Install GoogleService-Info.plist
114116
run: |
115117
mkdir -p FirebaseInstallations/Source/Tests/Resources

.github/workflows/mlmodeldownloader.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- name: Setup Bundler
4949
run: scripts/setup_bundler.sh
50+
- name: Configure test keychain
51+
run: scripts/configure_test_keychain.sh
5052
- name: Install GoogleService-Info.plist
5153
run: |
5254
mkdir FirebaseMLModelDownloader/Tests/Integration/Resources

0 commit comments

Comments
 (0)