Install i18n during e2e tests
This should make npm run build succeed again.
This commit is contained in:
parent
2b30c3179b
commit
a438c3548e
|
@ -38,6 +38,7 @@ matrix:
|
|||
- name: "E2E tests"
|
||||
php: 7.4
|
||||
script:
|
||||
- composer require wp-cli/i18n-command
|
||||
- npm run build
|
||||
- docker-compose up --build -d
|
||||
- bash tests/bin/run-e2e-CI.sh
|
||||
|
|
Loading…
Reference in New Issue