Skip to content

Commit

Permalink
force tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Feb 1, 2024
1 parent d140c42 commit 96169da
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/health-metrics-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ jobs:
if: github.repository == 'Firebase/firebase-ios-sdk' && (github.event.action == 'opened' || github.event.action == 'synchronize')
name: Check changed files
outputs:
abtesting_run_job: ${{ steps.check_files.outputs.abtesting_run_job }}
analytics_run_job: ${{ steps.check_files.outputs.analytics_run_job }}
appcheck_run_job: ${{ steps.check_files.outputs.appcheck_run_job }}
appdistribution_run_job: ${{ steps.check_files.outputs.appdistribution_run_job }}
auth_run_job: ${{ steps.check_files.outputs.auth_run_job }}
crashlytics_run_job: ${{ steps.check_files.outputs.crashlytics_run_job }}
database_run_job: ${{ steps.check_files.outputs.database_run_job }}
dynamiclinks_run_job: ${{ steps.check_files.outputs.dynamiclinks_run_job }}
firestore_run_job: ${{ steps.check_files.outputs.firestore_run_job }}
functions_run_job: ${{ steps.check_files.outputs.functions_run_job }}
inappmessaging_run_job: ${{ steps.check_files.outputs.inappmessaging_run_job }}
installations_run_job: ${{ steps.check_files.outputs.installations_run_job }}
messaging_run_job: ${{ steps.check_files.outputs.messaging_run_job }}
performance_run_job: ${{ steps.check_files.outputs.performance_run_job }}
remoteconfig_run_job: ${{ steps.check_files.outputs.remoteconfig_run_job }}
storage_run_job: ${{ steps.check_files.outputs.storage_run_job }}
target_branch_head: ${{ steps.check_files.outputs.target_branch_head }}
abtesting_run_job: true
analytics_run_job: true
appcheck_run_job: true
appdistribution_run_job: true
auth_run_job: true
crashlytics_run_job: true
database_run_job: v
dynamiclinks_run_job: true
firestore_run_job: true
functions_run_job: true
inappmessaging_run_job: true
installations_run_job: true
messaging_run_job: true
performance_run_job: true
remoteconfig_run_job: true
storage_run_job: true
target_branch_head: true
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 96169da

Please sign in to comment.