Skip to content

Commit 3f0a1ae

Browse files
committed
Fixed command.
1 parent b1a8fbf commit 3f0a1ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
uses: actions/setup-node@v4
8686
with:
8787
node-version: "22"
88-
cache: "npm"
8988

9089
- name: Setup pnpm
9190
uses: pnpm/action-setup@v3
@@ -100,7 +99,7 @@ jobs:
10099
composer-options: '--no-progress --optimize-autoloader --no-dev'
101100

102101
- name: Install playwright browsers
103-
run: pnpm playwright install --with-deps
102+
run: pnpm dlx playwright install --with-deps
104103
working-directory: plugins/${{ env.PLUGIN }}
105104

106105
- name: Start wp-env

0 commit comments

Comments
 (0)