Using GitHub Actions
There are lots of things you can use GitHub Actions for. I used them because I saw on some open source projects that when you sent a PR, it ran some tests and I wanted to know how you do that. On my project I have it running Jest and Cypress tests, a...
Jul 24, 20214 min read20