mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update build.yml
This commit is contained in:
parent
b6a1872434
commit
a4abd1d79f
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -18,3 +18,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run-script test
|
npm run-script test
|
||||||
|
|
||||||
|
- name: Uploade CodeCov Report
|
||||||
|
uses: codecov/codecov-action@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }} #required
|
||||||
|
Loading…
Reference in New Issue
Block a user