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:
parent
d65f07e4fd
commit
269ed3891d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue