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
On the Flask API repo we had automated tests running when the Action to push to the alpha or unstable server was run.
Now that this code has been refactored out into its own repo, we can make this kind of check run automatically whenever we push to any branch, even a new feature branch.
This issue still requires actioning. I propose collecting a few similar pieces of outstanding work on the rcpchgrowth-python package and working on them as a small cluster of work projects.
There is a good example of how to set up the testing here, on the nhs-number package workflow uk-fci/nhs-number@40e710f
On the Flask API repo we had automated tests running when the Action to push to the
alpha
orunstable
server was run.Now that this code has been refactored out into its own repo, we can make this kind of check run automatically whenever we push to any branch, even a new feature branch.
https://docs.github.com/en/actions/guides/building-and-testing-python
The text was updated successfully, but these errors were encountered: