File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 9191 with :
9292 version : 10 # Min version required by the repo
9393
94+ - name : Install pnpm
95+ run : pnpm install
96+ working-directory : plugins/${{ env.PLUGIN }}
97+
9498 - name : Setup PHP with Cached Composer
9599 uses : ./.github/actions/setup-php-composer
96100 with :
@@ -104,13 +108,13 @@ jobs:
104108
105109 - name : Start wp-env
106110 run : |
107- pnpm run wp-env start
111+ pnpm wp-env start
108112 working-directory : plugins/${{ env.PLUGIN }}
109113
110114 - name : Run Playwright tests
111- run : pnpm run test:e2e
115+ run : pnpm test:e2e
112116 working-directory : plugins/${{ env.PLUGIN }}
113117
114118 - name : Stop wp-env
115- run : pnpm run wp-env stop
119+ run : pnpm wp-env stop
116120 working-directory : plugins/${{ env.PLUGIN }}
You can’t perform that action at this time.
0 commit comments