-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
Valeria Stamenova edited this page Aug 8, 2023
·
2 revisions
As stated in the README file GitHub Actions will trigger a workflow when you push your code to the repository, which will run the tests automatically.
You ought to first test in your local environment, but you may stumble upon issues (e.g 'Cannot open bootstrap script'). That may be because you haven't configured your testing framework to work within a docker container. This tutorial is a great starting point if you're lost on how to switch it.