mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 11:15:22 +01:00
CircleCI test now just calls npm test
This commit is contained in:
parent
211850c813
commit
bc19aea438
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ jobs:
|
|||
- run: mkdir -p /tmp/artifacts/logs
|
||||
- run: DOCKER_HOST=localhost npm test
|
||||
- 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:
|
||||
path: /tmp/artifacts
|
||||
|
|
Loading…
Reference in a new issue