-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated tests via github actions for repositories generated from this template #36
Comments
Thanks for opening this issue @famosab, it would a useful addition. Practically speaking, I guess this could take the shape of one or several workflows in the Some concerns that can be raised are:
|
I have some ideas concerning your points:
|
Just a recommendation regarding the issue with large HTML report sizes - one option is to use the JSON output, and specify a subset of tests to run, rather than running everything by default. |
Description of the issue:
Github actions allows running various jobs in the background when working with a repository. So far this template only offers structure but no automated testing.
Expected feature/value/output:
The idea would be to make use of github actions with a small actions script that f. ex. runs memote every time a changed model file is pushed to the repository and then adds the memote report to the repository so that the user can pull the updated report and learn something new about their model.
Current feature/value/output:
Not available.
Proposed code:
Basically something along the lines of
I hereby confirm that I have:
master
branch of the repositoryThe text was updated successfully, but these errors were encountered: