We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03aed66 commit f9ebf46Copy full SHA for f9ebf46
.github/workflows/test.yml
@@ -14,5 +14,6 @@ jobs:
14
with:
15
deno-version: v2.x
16
- run: |
17
+ deno run -A npm:playwright install chromium
18
deno run -A packages/cli/src/main.ts build
19
deno test -A
0 commit comments