mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-25 04:11:45 +00:00
Install dependencies
This commit is contained in:
parent
3658bafacb
commit
0ceca4b5d3
1 changed files with 10 additions and 8 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -5,6 +5,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Upload coverage to Codecov
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue