mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 14:37:24 +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
|
run: npm run lint
|
||||||
- name: Run tests and collect coverage
|
- name: Run tests and collect coverage
|
||||||
run: yarn run test
|
run: yarn run test
|
||||||
|
- name: Run env
|
||||||
|
run: env
|
||||||
- name: Upload coverage to Codecov (demo)
|
- name: Upload coverage to Codecov (demo)
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue