Skip to content

Commit 13e6c74

Browse files
authored
Add gma to list of cron sdks (#1013)
Updates the list of the nightly builds to include the new GMA SDK.
1 parent 03a5119 commit 13e6c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
# list. Then we can use fromJson to define the field in the matrix for the tests job.
184184
if [[ "${{ github.event.schedule }}" == "0 9 * * *" ]]; then
185185
# at 1am PST / 2am PDT. Running integration tests and generate test report for all testapps except firestore
186-
apis="admob,analytics,auth,database,dynamic_links,functions,installations,messaging,remote_config,storage"
186+
apis="admob,analytics,auth,database,dynamic_links,functions,gma,installations,messaging,remote_config,storage"
187187
elif [[ "${{ github.event.schedule }}" == "0 10 * * *" ]]; then
188188
# at 2am PST / 3am PDT. Running integration tests for firestore and generate test report
189189
apis="firestore"

0 commit comments

Comments
 (0)