Omitting test from CI, including lint
This commit is contained in:
parent
1be992bc34
commit
15a83882ef
1 changed files with 2 additions and 1 deletions
3
.github/workflows/node.js.yml
vendored
3
.github/workflows/node.js.yml
vendored
|
@ -32,5 +32,6 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
- run: npm run lint
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
- run: npm test
|
# - run: npm test # Not implemented yet
|
||||||
|
|
Loading…
Reference in a new issue