pelias / placeholder

stand-alone coarse geocoder
https://placeholder.demo.geocode.earth
MIT License
314 stars 35 forks source link

Update GitHub actions #208

Closed orangejulius closed 2 years ago

orangejulius commented 2 years ago

This copies the Github Actions workflow from the Pelias API project.

It brings in a few notable changes:

For this repository I also added a new ci.sh script that includes the instructions for downloading data needed to run the tests. By including that in the npm run ci command, we can keep the GitHub Actions workflow file exactly the same as other repositories, while still including that Placeholder-specific setup code.