We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a76c2 commit 188083dCopy full SHA for 188083d
.github/workflows/performance.yml
@@ -80,7 +80,7 @@ jobs:
80
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-performance.plist.gpg \
81
quickstart-ios/performance/GoogleService-Info.plist "$plist_secret"
82
- name: Test swift quickstart
83
- run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true)
+ run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true swift)
84
- name: Test objc quickstart
85
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Performance true)
86
0 commit comments