Skip to content

Commit

Permalink
rename to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbski committed Sep 10, 2024
1 parent 65455f5 commit df619a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: CI

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"scripts": {
"lint": "eslint \"lib/**/*.js\" \"test/**/*.js\" \"bin/wait-on\"",
"publish:next": "npm publish --tag next && npm view",
"test": "mocha --exit 'test/**/*.mocha.js'"
"test": "npm run lint && npm run test:mocha",
"test:mocha": "mocha --exit 'test/**/*.mocha.js'"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit df619a9

Please sign in to comment.