diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 15:03:18 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-03 15:03:18 +1000 |
commit | fdffebbf2495b8ca893be91d07927d6e88ad509d (patch) | |
tree | 03f87470e3ae1d5e69ce95b55d6307621d507a03 /.gitlab-ci.yml | |
parent | b3a2bdb6fa9895519f608b4dc1737369cd612c82 (diff) |
add basic tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0c9bc1..d0f3643 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ build: - echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list - apt-get update && apt-get install -y yarn nodejs - yarn install + - node test/index.js - mkdir -p dist - make dist/vicmap-osm.geojson - make dist/vicmap-osm-flats.geojson |