ahcis-rds / study_finder

StudyFinder is a flexible and configurable application to pull studies from clinicaltrials.gov and augment the data from alternate datasources such as a clinical trials management system.
MIT License
17 stars 4 forks source link

Enable CI via GitHub actions #132

Closed cdinger closed 3 years ago

cdinger commented 3 years ago

This enables CI via Github Actions. It's configured to build any push from any branch right now, which I think is fine for the amount of activity this project sees.

cdinger commented 3 years ago

@machinehum regarding our conversation about elasticsearch/db:setup earlier: I was mistaken and it's not working like I intended. I'm leaving it as-is with a full db:seed via db:setup in CI because it's simple and it works. It's slowing things down a touch because of the ct.gov import, but it works.