Skip to content

Commit

Permalink
fix: simplify git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DimiDumo committed Oct 21, 2024
1 parent 1b06f6c commit bad2cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: npm install -g yarn
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn test
- name: Install bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Run tests
run: yarn test

0 comments on commit bad2cc2

Please sign in to comment.