Skip to content

Commit

Permalink
ci: setup bun
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 28, 2024
1 parent d436152 commit bea7a2f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: npx playwright install --with-deps
- run: yarn build
- run: yarn test
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.25
- run: bun install --no-save
- run: bunx playwright install --with-deps
- run: bun run build
- run: bun run test

0 comments on commit bea7a2f

Please sign in to comment.