Install i18n during e2e tests

This should make npm run build succeed again.
This commit is contained in:
Peter Fabian 2020-02-05 17:16:00 +01:00
parent 2b30c3179b
commit a438c3548e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ matrix:
- name: "E2E tests" - name: "E2E tests"
php: 7.4 php: 7.4
script: script:
- composer require wp-cli/i18n-command
- npm run build - npm run build
- docker-compose up --build -d - docker-compose up --build -d
- bash tests/bin/run-e2e-CI.sh - bash tests/bin/run-e2e-CI.sh