Skip to content

Commit 188083d

Browse files
authored
Run Performance Swift QS tests in CI (#10550)
1 parent 81a76c2 commit 188083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-performance.plist.gpg \
8181
quickstart-ios/performance/GoogleService-Info.plist "$plist_secret"
8282
- name: Test swift quickstart
83-
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true)
83+
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true swift)
8484
- name: Test objc quickstart
8585
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true)
8686

0 commit comments

Comments
 (0)