0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Configured i18n tests to run for sodo-search (#21199)

ref https://github.com/TryGhost/Ghost/pull/21055

- Now that sodo-search has i18n, we should run i18n tests when this
package changes as well
This commit is contained in:
Hannah Wolfe 2024-10-03 13:56:02 +01:00 committed by GitHub
parent d65f07e4fd
commit 269ed3891d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,6 +239,7 @@ jobs:
if: |
needs.job_setup.outputs.changed_comments_ui == 'true'
|| needs.job_setup.outputs.changed_signup_form == 'true'
|| needs.job_setup.outputs.changed_sodo_search == 'true'
|| needs.job_setup.outputs.changed_portal == 'true'
|| needs.job_setup.outputs.changed_core == 'true'
steps: