Skip to content

Commit f1002c0

Browse files
committed
Fix GitHub Workflow Bug
1 parent b2a8421 commit f1002c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 15.4.0
1313
- run: npm install --ignore-scripts
14-
- run: npm test:coverage
14+
- run: npm run test:coverage
1515
- uses: codecov/codecov-action@v1
1616
with:
1717
fail_ci_if_error: true

0 commit comments

Comments
 (0)