Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Finstad <[email protected]>
  • Loading branch information
kvz and mifi authored Dec 2, 2024
1 parent ea6ba81 commit 20b3338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: corepack yarn
- run: corepack yarn vitest run --coverage ./test/unit
- name: Upload coverage reports
- name: Upload coverage reports artifact
if: matrix.node == 22 # Only upload coverage from the latest Node.js version
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 20b3338

Please sign in to comment.