arfc / transition-scenarios

A repository to hold transition scenarios with Cyclus.
Other
3 stars 12 forks source link

Add a GH actions workflow for running unit tests for the `scripts` functions #127

Closed yardasol closed 2 years ago

yardasol commented 2 years ago

The scripts functions have a unit test suite, but this test suite is not run in a workflow. Having a workflow set up to run the test suite automatically will help speed up reviews as well as catch bugs that would otherwise get merged.

This issue can be closed when a PR exists that adds a workflow that runs the unit tests for the functions in scripts

Helpful resources

Github Actions docpages

Example workflows

yardasol commented 2 years ago

Looks like there is already a circleci workflow set up. No need to reinvent the wheel here.