Skip to content

Commit 31c2e6e

Browse files
committed
test: Ajusta no yml
1 parent c4c185f commit 31c2e6e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@ jobs:
2727
if: always()
2828
uses: actions/upload-artifact@v4
2929
with:
30-
name: coverage-report
30+
name: coverage-report-${{ matrix.node-version }}
3131
path: coverage/
32+
if-no-files-found: warn
33+
compression-level: 6
34+
overwrite: true
35+
include-hidden-files: false
36+

0 commit comments

Comments
 (0)