add puppeteer install to e2e test script
This commit is contained in:
parent
fc5161d891
commit
b9583f2570
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue