question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider switching to GitHub Actions for automated testing

See original GitHub issue

Description 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:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

4reactions
lukpuehcommented, Dec 11, 2020

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.

2reactions
lukpuehcommented, Dec 11, 2020

Also, we just ran out of build minutes on Travis. 😦

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found