Skip to content

Commit

Permalink
fix: install bun in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouiiro committed Apr 14, 2024
1 parent c308f64 commit 6e89ae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun ci
- name: Install Playwright Browsers
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: biomejs/setup-biome@v2.1.1
with:
version: latest
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Run Biome
run: biome ci src
- name: Run tests
run: bun test tests
run: test tests

0 comments on commit 6e89ae0

Please sign in to comment.