DHI-GRAS / react-components

React components we use in our frontends
MIT License
1 stars 0 forks source link

Migrate from TravisCI to using only Github Actions #30

Closed bertearazvan closed 4 years ago

bertearazvan commented 4 years ago

I believe that using both of the CI environments is a bit redundant. We could try to replicate the flow from Travis onto the Github actions by:

Creating a workflow that builds and runs the tests on all the branches on push and therefore running the semantic-release command. Once this workflow is done we could run the publish for checking for new releases. (on release).

A similar approach on https://github.com/DHI-GRAS/gras-react-boilerplate/actions.