Skip to content

Commit dec1695

Browse files
committed
ci: use reproducible installs
1 parent 0063d27 commit dec1695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
key: ${{ runner.os }}-playwright-${{ hashFiles('**/bun.lock') }}
1717

1818
- name: Install dependencies
19-
run: bun install
19+
run: bun ci
2020

2121
- name: Install Playwright binaries
2222
run: bunx playwright install --with-deps

0 commit comments

Comments
 (0)