File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ jobs:
1717
1818 # You can define any steps you want, and they will run before the agent starts.
1919 steps :
20- - uses : actions/checkout@v6
21- - uses : actions/setup-node@v6
22- with :
23- node-version : " 20"
24- cache : " npm"
25- - name : Install Agent Browser
26- run : |
27- npm install -g agent-browser
28- agent-browser install
29- - name : Install NPM deps
30- run : |
31- npm ci
32- npm install -g playwright-cli
33- npx playwright install --with-deps chromium
34- - name : Install composer deps
35- run : composer install --no-dev
36- - name : Install environment
37- run : |
38- npm run wp-env start
20+ - uses : actions/checkout@v6
21+ - uses : actions/setup-node@v6
22+ with :
23+ node-version : " 20"
24+ cache : " npm"
25+ - name : Install Agent Browser
26+ run : |
27+ npm install -g agent-browser
28+ agent-browser install
29+ - name : Install NPM deps
30+ run : |
31+ npm ci
32+ npm install -g playwright-cli
33+ npx playwright install --with-deps chromium
34+ - name : Install composer deps
35+ run : composer install --no-dev
36+ - name : Install environment
37+ run : |
38+ npm run wp-env start
You can’t perform that action at this time.
0 commit comments