City-of-Helsinki / harrastuspassi-backend

Backend for Harrastuspassi mobile app
MIT License
1 stars 5 forks source link

Migrate Travis CI to Github Actions #184

Open otiala opened 3 years ago

otiala commented 3 years ago

As Travis CI changed it's contract and Helsinki is starting to migrate it's projects to Github Actions, we should migrate this repository as well. Currently we have no build/test pipeline running, and that's bad.

You can see how it's implemented in other Helsinki projects such as this: https://github.com/City-of-Helsinki/kukkuu/blob/master/.github/workflows/ci.yml

derega commented 3 years ago

I'd also like to see this augmented with our Haltu Gitlab CI jobs which would test how this project is behaving in our hosting. These tests would be additional to Github Actions.