Skip to content

Commit

Permalink
split actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gflohr committed Jan 8, 2025
1 parent 1d0cb29 commit 8a8c5c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
- name: Run tests
run: bun run test

- name: Test with coverage
if: ${{ matrix.coverage }}
run: bun run test:cov

- name: Upload coverage
uses: coverallsapp/github-action@v2
if: ${{ matrix.coverage }}
run: bun run test:cov
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8a8c5c0

Please sign in to comment.