Skip to content

Commit 20b3338

Browse files
kvzmifi
andauthored
Update .github/workflows/ci.yml
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
1 parent ea6ba81 commit 20b3338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
node-version: ${{ matrix.node }}
6767
- run: corepack yarn
6868
- run: corepack yarn vitest run --coverage ./test/unit
69-
- name: Upload coverage reports
69+
- name: Upload coverage reports artifact
7070
if: matrix.node == 22 # Only upload coverage from the latest Node.js version
7171
uses: actions/upload-artifact@v4
7272
with:

0 commit comments

Comments
 (0)