We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0063d27 commit dec1695Copy full SHA for dec1695
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
key: ${{ runner.os }}-playwright-${{ hashFiles('**/bun.lock') }}
17
18
- name: Install dependencies
19
- run: bun install
+ run: bun ci
20
21
- name: Install Playwright binaries
22
run: bunx playwright install --with-deps
0 commit comments