Added an extra GitHub action to run SLMessage tests
This commit is contained in:
1
.github/workflows/nodejs.yml
vendored
1
.github/workflows/nodejs.yml
vendored
@ -27,3 +27,4 @@ jobs:
|
|||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
- run: npm run pretest
|
- run: npm run pretest
|
||||||
|
- run: npm run test-slmessage
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha test/*.spec.js",
|
"test": "mocha test/*.spec.js",
|
||||||
"pretest": "eslint --ignore-path .gitignore ."
|
"pretest": "eslint --ignore-path .gitignore .",
|
||||||
|
"test-slmessage": "mocha test/slmessage.spec.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user