mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-05 05:59:25 +00:00
Use npm instead of Yarn
This commit is contained in:
parent
4463da3901
commit
854d359282
3 changed files with 3 additions and 10 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Lint
|
||||
run: npm run lint
|
||||
- name: Run tests and collect coverage
|
||||
run: yarn run test
|
||||
run: npm run test
|
||||
- name: Upload coverage to Codecov (demo)
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue