Skip to content

Commit 398e159

Browse files
fix pipeline
1 parent 3fa54c9 commit 398e159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- run: npm ci
26-
- run: npm test:coverage
26+
- run: npm run test:coverage
2727
- name: Upload Code coverage report
2828
uses: codecov/codecov-action@v1
2929
with:

0 commit comments

Comments
 (0)