mirror of
https://github.com/maputnik/editor.git
synced 2026-07-31 18:27:28 +00:00
CircleCI test now just calls npm test
This commit is contained in:
@@ -24,6 +24,6 @@ jobs:
|
|||||||
- run: mkdir -p /tmp/artifacts/logs
|
- run: mkdir -p /tmp/artifacts/logs
|
||||||
- run: DOCKER_HOST=localhost npm test
|
- run: DOCKER_HOST=localhost npm test
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: ./node_modules/.bin/istanbul report --include /tmp/artifacts/coverage/coverage.json --dir /tmp/artifacts/coverage html lcov
|
- run: npm test
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /tmp/artifacts
|
path: /tmp/artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user