Skip to content

Commit c530d4a

Browse files
committed
fix: correct Playwright installation command in CI workflow
1 parent 79fdee7 commit c530d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: deno task build --check
4949

5050
- name: Install Playwright browsers
51-
run: deno run -A npm:playwright@1.54.2/cli install --with-deps
51+
run: deno run -A npm:playwright@1.54.2/playwright install --with-deps
5252

5353
- name: Test
5454
run: deno task test

0 commit comments

Comments
 (0)