Skip to content

Add CHANGELOG and make task to create it. #16

Add CHANGELOG and make task to create it.

Add CHANGELOG and make task to create it. #16

Workflow file for this run

name: Run Tests
# on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: 12.x
- name: npm install
run: npm install
- name: Run server
run: npm run serve
- name: Run example map tests
run: npm run test