yaph / d3-geomap

A library for creating geographical maps based on D3.js
https://d3-geomap.github.io/
MIT License
133 stars 45 forks source link

Add GitHub Action to automatically run tests on pushes and pull requests #59

Open yaph opened 5 years ago

yaph commented 5 years ago

The test command is defined in the package.json. To run the tests a dev server needs to be running, it is started with the serve command.

yaph commented 5 years ago

The action added in commit https://github.com/yaph/d3-geomap/commit/23ea0f3867cc1d32feb9037a933e3f0b3eddd44c does not work yet.