Skip to content

Commit 86123e8

Browse files
committed
Some fixes
1 parent adf0774 commit 86123e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/inappmessaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ jobs:
7979
setup_command: scripts/setup_quickstart_spm.sh inappmessaging
8080
plist_src_path: scripts/gha-encrypted/qs-inappmessaging.plist.gpg
8181
plist_dst_path: quickstart-ios/inappmessaging/GoogleService-Info.plist
82+
run_tests: false
8283
secrets:
8384
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- product: Messaging
7373
run_tests: false
7474
- product: InAppMessaging
75-
run_tests: true
75+
run_tests: false
7676
- product: Firestore
7777
run_tests: false
7878
- product: Database
@@ -82,7 +82,7 @@ jobs:
8282
- product: Crashlytics
8383
run_tests: true
8484
- product: ABTesting
85-
run_tests: true
85+
run_tests: false
8686
name: 'quickstart (release, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
8787
env:
8888
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}

0 commit comments

Comments
 (0)