R/Pharma 2024 presentation and materials for the lightning talk "From Annoying to Automated: Running Tests with GitHub Actions"⚡️.
You can find the example test repo here. On this repo, there are two GitHub Actions running whenever there's a push to the main
branch or a push on a pull request to the main
branch. The first action runs the tests and the second action checks the test coverage with covr
.