mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 15:31:44 +00:00
Fix dependencies
This commit is contained in:
parent
22f6ff10ac
commit
1b088680d5
2 changed files with 2021 additions and 531 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -5,8 +5,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Install dependencies
|
|
||||||
run: npm install
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2550
dist/index.js
vendored
2550
dist/index.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue