Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 28, 2024
1 parent bea7a2f commit e833d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 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 install
- run: bun run build
- run: bun run test

0 comments on commit e833d6a

Please sign in to comment.