We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a8fbf commit 3f0a1aeCopy full SHA for 3f0a1ae
1 file changed
.github/workflows/e2e-test.yml
@@ -85,7 +85,6 @@ jobs:
85
uses: actions/setup-node@v4
86
with:
87
node-version: "22"
88
- cache: "npm"
89
90
- name: Setup pnpm
91
uses: pnpm/action-setup@v3
@@ -100,7 +99,7 @@ jobs:
100
99
composer-options: '--no-progress --optimize-autoloader --no-dev'
101
102
- name: Install playwright browsers
103
- run: pnpm playwright install --with-deps
+ run: pnpm dlx playwright install --with-deps
104
working-directory: plugins/${{ env.PLUGIN }}
105
106
- name: Start wp-env
0 commit comments