Consider switching to GitHub Actions for automated testing
See original GitHub issueDescription of issue or feature request:
We switched from automated testing on Travis CI (Linux) and Appveyor (Windows) to GitHub Actions in our sister-project in-toto-golang
(see https://github.com/in-toto/in-toto-golang/pull/72), mostly due to availability concerns about Appveyor and because it seems appealing to configure only one service for all platforms.
Let’s consider switching here too and testing on more platforms than we currently do.
Current behavior: Use Travis CI and Appveyor for automated testing on Linux for Windows (no tests on macOS)
Expected behavior: Use GitHub Actions instead and also test on macOS.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:14 (14 by maintainers)
Top Results From Across the Web
Automating builds and tests - GitHub Docs
Automating builds and tests. You can automatically build and test your projects with GitHub Actions. About continuous integration · Building and testing Go....
Read more >Test Automation with GitHub Actions - YouTube
In this STET Session, Colby Fayock has explained and practically demonstrated - "how to perform Test Automation using GitHub Actions.
Read more >Intro to GitHub Actions for Test Automation - with Angie Jones ...
So is test automation guru Angie Jones! GitHub Actions makes it easy to automate all your software workflows -- now with CI/CD. Build,...
Read more >Automated testing — Software testing documentation
We will now learn to set up automatic tests using either GitHub Actions or GitLab CI - you can ... Commit the change...
Read more >Introducing GitHub Actions for Automated Testing
GitHub Actions allows us to automate software workflows directly in GitHub, triggered by GitHub events. By switching, we are able to take ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
IIUC, GitHub actions has no limits for open source projects (see first sentence in Billing for GitHub Actions). I am happy to set this up first thing next week.
Also, we just ran out of build minutes on Travis. 😦