mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Set up Travis stages.
This commit is contained in:
parent
a141b563e9
commit
f798fc1374
@ -19,11 +19,11 @@ script:
|
|||||||
- npm run test:unit
|
- npm run test:unit
|
||||||
- npm run test:integration
|
- npm run test:integration
|
||||||
- npm run test:deploy
|
- npm run test:deploy
|
||||||
- sh test/surface/run-solid-test-suite.sh
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- node_js: "node"
|
- node_js: "node"
|
||||||
|
- node_js: "14.0"
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
@ -31,3 +31,8 @@ jobs:
|
|||||||
node_js: "14"
|
node_js: "14"
|
||||||
script:
|
script:
|
||||||
- npm run jest -- --coverage --coverageReporters=text-lcov | npx coveralls
|
- npm run jest -- --coverage --coverageReporters=text-lcov | npx coveralls
|
||||||
|
- stage: test
|
||||||
|
name: "System tests (pending)"
|
||||||
|
node_js: "14.0"
|
||||||
|
script:
|
||||||
|
- npm run test:system
|
||||||
|
@ -49,6 +49,7 @@
|
|||||||
"test": "npm run jest",
|
"test": "npm run jest",
|
||||||
"test:deploy": "test/deploy/validate-package.sh",
|
"test:deploy": "test/deploy/validate-package.sh",
|
||||||
"test:integration": "jest --coverageThreshold '{}' test/integration",
|
"test:integration": "jest --coverageThreshold '{}' test/integration",
|
||||||
|
"test:system": "test/system/run-solid-test-suite.sh",
|
||||||
"test:unit": "jest test/unit",
|
"test:unit": "jest test/unit",
|
||||||
"validate": "componentsjs-compile-config urn:solid-server:default -c config/config-default.json -f > /dev/null",
|
"validate": "componentsjs-compile-config urn:solid-server:default -c config/config-default.json -f > /dev/null",
|
||||||
"version": "manual-git-changelog onversion",
|
"version": "manual-git-changelog onversion",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user