Skip to content

Commit f771f94

Browse files
authored
Update auth pod test. (#5954)
1 parent 8083b58 commit f771f94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/auth.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,8 @@ jobs:
9494
- name: Install Secret FIREGSignInInfo.h
9595
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
9696
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
97-
- name: Test objc quickstart
98-
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication)
9997
- name: Test swift quickstart
100-
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication swift)
98+
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication)
10199

102100
auth-cron-only:
103101
# Don't run on private repo.

0 commit comments

Comments
 (0)