@@ -18,12 +18,15 @@ jobs:
18
18
name : Check changed files
19
19
outputs :
20
20
abtesting_run_job : ${{ steps.check_files.outputs.abtesting_run_job }}
21
+ appcheck_run_job : ${{ steps.check_files.outputs.appcheck_run_job }}
21
22
auth_run_job : ${{ steps.check_files.outputs.auth_run_job }}
23
+ crashlytics_run_job : ${{ steps.check_files.outputs.crashlytics_run_job }}
22
24
database_run_job : ${{ steps.check_files.outputs.database_run_job }}
23
25
dynamiclinks_run_job : ${{ steps.check_files.outputs.dynamiclinks_run_job }}
24
26
firestore_run_job : ${{ steps.check_files.outputs.firestore_run_job }}
25
27
functions_run_job : ${{ steps.check_files.outputs.functions_run_job }}
26
28
inappmessaging_run_job : ${{ steps.check_files.outputs.inappmessaging_run_job }}
29
+ installations_run_job : ${{ steps.check_files.outputs.installations_run_job }}
27
30
messaging_run_job : ${{ steps.check_files.outputs.messaging_run_job }}
28
31
performance_run_job : ${{ steps.check_files.outputs.performance_run_job }}
29
32
remoteconfig_run_job : ${{ steps.check_files.outputs.remoteconfig_run_job }}
@@ -70,12 +73,15 @@ jobs:
70
73
- name : Build and test
71
74
run : |
72
75
FirebaseABTesting=${{ needs.check.outputs.abtesting_run_job }} \
76
+ FirebaseAppCheck=${{ needs.check.outputs.appcheck_run_job }} \
73
77
FirebaseAuth=${{ needs.check.outputs.auth_run_job }} \
78
+ FirebaseCrashlytics=${{ needs.check.outputs.crashlytics_run_job }} \
74
79
FirebaseDatabase=${{ needs.check.outputs.database_run_job }} \
75
80
FirebaseDynamicLinks=${{ needs.check.outputs.dynamiclinks_run_job }} \
76
81
FirebaseFirestore=${{ needs.check.outputs.firestore_run_job }} \
77
82
FirebaseFunctions=${{ needs.check.outputs.functions_run_job}} \
78
83
FirebaseInAppMessaging=${{ needs.check.outputs.inappmessaging_run_job }} \
84
+ FirebaseInstallations=${{ needs.check.outputs.installations_run_job }} \
79
85
FirebaseMessaging=${{ needs.check.outputs.messaging_run_job}} \
80
86
FirebasePerformance=${{ needs.check.outputs.performance_run_job }} \
81
87
FirebaseRemoteConfig=${{ needs.check.outputs.remoteconfig_run_job }} \
0 commit comments