diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9cc93cdd..09e5b09cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,3 +36,6 @@ jobs: - name: Run tests run: npm test + + - name: Run vnu.jar tests + run: npm run htmllint diff --git a/package.json b/package.json index cbce46eb6..16c48b8fc 100644 --- a/package.json +++ b/package.json @@ -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}"