mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
Test for sbeidas
This commit is contained in:
parent
967e2b38a8
commit
f9be7b1013
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
run: npm run lint
|
||||
- name: Run tests and collect coverage
|
||||
run: yarn run test
|
||||
- name: Run env
|
||||
run: env
|
||||
- name: Upload coverage to Codecov (demo)
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue