mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
add vtfilter test to github actions
This commit is contained in:
1
.github/workflows/actions.yml
vendored
1
.github/workflows/actions.yml
vendored
@@ -47,3 +47,4 @@ jobs:
|
|||||||
- run: cd python && python -m unittest test/test_*
|
- run: cd python && python -m unittest test/test_*
|
||||||
- run: cd cpp && make
|
- run: cd cpp && make
|
||||||
- run: cd serverless/cloudflare && npm install && npm test
|
- run: cd serverless/cloudflare && npm install && npm test
|
||||||
|
- run: cd serverless/vtfilter && npm install && npm test
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"name": "pmtiles-vtfilter",
|
||||||
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/vector-tile": "^1.3.1",
|
"@mapbox/vector-tile": "^1.3.1",
|
||||||
"pbf": "^3.2.1"
|
"pbf": "^3.2.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user