|
17 | 17 | required: true
|
18 | 18 | apis:
|
19 | 19 | description: 'CSV of apis to build and test'
|
20 |
| - default: 'analytics,app_check,auth,database,dynamic_links,firestore,functions,gma,installations,messaging,remote_config,storage,ump' |
| 20 | + default: 'analytics,app_check,auth,database,dynamic_links,firestore,functions,installations,messaging,remote_config,storage,ump' |
21 | 21 | required: true
|
22 | 22 | operating_systems:
|
23 | 23 | description: 'CSV of VMs to run on'
|
@@ -186,7 +186,7 @@ jobs:
|
186 | 186 | # list. Then we can use fromJson to define the field in the matrix for the tests job.
|
187 | 187 | if [[ "${{ github.event.schedule }}" == "0 9 * * *" ]]; then
|
188 | 188 | # at 1am PST/2am PDT. Running integration tests and generate test report for all testapps except firestore
|
189 |
| - apis="analytics,app_check,auth,database,dynamic_links,functions,gma,installations,messaging,remote_config,storage,ump" |
| 189 | + apis="analytics,app_check,auth,database,dynamic_links,functions,installations,messaging,remote_config,storage,ump" |
190 | 190 | echo "::warning ::Running main nightly tests"
|
191 | 191 | elif [[ "${{ github.event.schedule }}" == "0 10 * * *" || "${{ github.event.schedule }}" == "0 11 * * *" ]]; then
|
192 | 192 | # at 2am PST/3am PDT and 3am PST/4am PDT. Running integration tests for firestore and generate test report.
|
|
0 commit comments