USEPA / LCIAformatter

MIT License
24 stars 9 forks source link

Add integration tests using Github Actions #67

Closed WesIngwersen closed 3 years ago

WesIngwersen commented 3 years ago

Set up github actions to run code to build methods that gets triggered with any pull into master.

WesIngwersen commented 3 years ago

Add install tests for different OS's and python versions to replicate @tngTUDOR 's Travis CI implementation

tngTUDOR commented 3 years ago

You can find a sample implementation of the github actions equivalent of those I did with Travis in the "testing_gh_actions" branch of my fork.

You can see the results here.

bl-young commented 3 years ago

thanks @tngTUDOR I've pulled it in (#73) and we will review and pull into master