Skip to content

Commit

Permalink
Split tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 19, 2020
1 parent 4aed0c3 commit f4d9815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:

- name: Run tests
run: npm test

- name: Run vnu.jar tests
run: npm run htmllint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "grunt swatch",
"htmllint": "grunt htmllint",
"stylelint": "stylelint \"{build,dist,docs/_assets}/**/*.scss\" --rd",
"test": "npm run stylelint && npm run htmllint"
"test": "npm run stylelint"
},
"files": [
"dist/**/*.{css,scss}"
Expand Down

0 comments on commit f4d9815

Please sign in to comment.