Skip to content

Commit

Permalink
Add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 25, 2024
1 parent 8063f48 commit 9239839
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
- name: 🧪 Run unit tests
run: bun test

# translate:
Expand Down

0 comments on commit 9239839

Please sign in to comment.