nanddalal·vor 6 Jahren·discussGitHub offers a free tier for GitHub actions with 2,000 Actions minutes/month [1]. This could be useful:1. write some unit tests which don't use too much compute resources (so you can stick to the free tier)2. package your code into a docker where the tests can be run3. wire up the docker with tests to GitHub ActionsThis way now you have continuous testing and can make sure your codes keep running.References:[1] https://github.com/pricing
1. write some unit tests which don't use too much compute resources (so you can stick to the free tier)
2. package your code into a docker where the tests can be run
3. wire up the docker with tests to GitHub Actions
This way now you have continuous testing and can make sure your codes keep running.
References:
[1] https://github.com/pricing