Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
ci: use bun to run tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Oct 1, 2024
1 parent 66e5b6e commit 16081c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
- uses: oven-sh/setup-bun@v2

- run: yarn install --immutable

- name: Build package
Expand Down

0 comments on commit 16081c3

Please sign in to comment.