You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that template project CI (Continuous Integration) runner configuration is exercised as part of this repository
📕Context
The issue #12 adds CI configuration. Which is designed to ensure that projects are started with good practices ready to roll. However, it doesn't actually call for them to be run as part of this repository.
The template project in this repository is currently fully functional. You can drop into the template directory, run poetry install and then use inv test to run tests for example. As such it should be possible to run the CI Configuration against it as part of this repository as well as have them ready for when a new project is created from this one.
🎯 Aim
Ensure that template project CI (Continuous Integration) runner configuration is exercised as part of this repository
📕Context
The issue #12 adds CI configuration. Which is designed to ensure that projects are started with good practices ready to roll. However, it doesn't actually call for them to be run as part of this repository.
The template project in this repository is currently fully functional. You can drop into the
template
directory, runpoetry install
and then useinv test
to run tests for example. As such it should be possible to run the CI Configuration against it as part of this repository as well as have them ready for when a new project is created from this one.📝 Relevant resources/doc's/people
✅Acceptance Criteria
main
branchThe text was updated successfully, but these errors were encountered: