Skip to content

Commit fc6b845

Browse files
committed
integration_tests.yml: remove admob from another place, since it still seems to be being built
1 parent 32aec7e commit fc6b845

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
@@ -173,7 +173,7 @@ jobs:
173173
# list. Then we can use fromJson to define the field in the matrix for the tests job.
174174
if [[ "${{ github.event.schedule }}" == "0 9 * * *" ]]; then
175175
# at 1am PST / 2am PDT. Running integration tests and generate test report for all testapps except firestore
176-
apis="admob,analytics,auth,database,dynamic_links,functions,installations,messaging,remote_config,storage"
176+
apis="analytics,auth,database,dynamic_links,functions,installations,messaging,remote_config,storage"
177177
elif [[ "${{ github.event.schedule }}" == "0 10 * * *" ]]; then
178178
# at 2am PST / 3am PDT. Running integration tests for firestore and generate test report
179179
apis="firestore"

0 commit comments

Comments
 (0)