Skip to content

Commit

Permalink
right, coverage is outside build in the ci action, so, make one for gh
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Oct 18, 2019
1 parent 518be09 commit 5ba3f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: npm install, build, and test
run: |
npm install
npm run build
npm run githubaction
npm test
env:
CI: true
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -43,6 +43,7 @@
"docs": "documentation build src/js/** -f html -o docs/lib && npm run changelog",
"changelog": "rm -f CHANGELOG.md && changelog-maker -a > CHANGELOG.md",
"travis": "echo Running Travis Script && npm run build && npm run nyc-html && npm run coverage",
"githubaction": "npm run build && npm run coverage",
"azure": "npm run nyc-html && npm run coverage",
"buildtest": "npm run build && npm run test",
"ts": "npm run peg && rollup -c"
Expand Down

0 comments on commit 5ba3f22

Please sign in to comment.