mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Merge branch 'dev' of https://github.com/JamesIves/gh-pages-github-action into dev
This commit is contained in:
commit
d06f953fa0
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -18,3 +18,8 @@ jobs:
|
||||
run: |
|
||||
npm install
|
||||
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