Skip to content

Commit

Permalink
change using bun instead
Browse files Browse the repository at this point in the history
  • Loading branch information
teguh02 authored Jul 1, 2024
1 parent 64c3803 commit f44f8f9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install bun
run: |
curl -fsSL https://bun.sh/install | bash
- name: Install dependencies
run: npm install
run: bun install

- name: Run Jest tests
run: npm test
run: bun test

0 comments on commit f44f8f9

Please sign in to comment.