We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ddc39 commit 075819bCopy full SHA for 075819b
.github/workflows/integration-tests.yml
@@ -129,7 +129,7 @@ jobs:
129
with:
130
name: npm-logs--${{ matrix.os }}--${{ matrix.node-version }}--${{ steps.sanitize-shard-name.outputs.shard }}
131
path: |
132
- /home/runner/.npm/_logs/**/*
+ ~/.npm/_logs/**/*
133
134
- uses: codecov/codecov-action@v5
135
continue-on-error: true
@@ -240,7 +240,7 @@ jobs:
240
241
name: npm-logs--windows-latest--23x
242
243
244
245
246
0 commit comments