add puppeteer install to e2e test script

This commit is contained in:
Ron Rennick 2020-09-08 22:33:27 -03:00
parent fc5161d891
commit b9583f2570
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ jobs:
php: 7.4
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
script:
- npm install puppeteer@2.1.1 --save
- npm run build:assets
- npm install jest --global
- npm run docker:up