Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GH Actions CI Workflow #79

Merged
merged 2 commits into from
Dec 14, 2020
Merged

Create GH Actions CI Workflow #79

merged 2 commits into from
Dec 14, 2020

Conversation

chriskrycho
Copy link
Collaborator

@chriskrycho chriskrycho commented Dec 14, 2020

This config runs the test suite against all supported Node versions on Ubuntu, and against the version in the package.json for macOS and Windows. (Running against all supported versions for all OSes would likely take a very long time, just because Windows is super slow. It's worth checking later, though.) The config uses Volta to manage the Node versions, so that we can be guaranteed it will use the same toolling as development.

Contributes to #61 (fully resolving it also requires changing our repo settings)

@chriskrycho chriskrycho added this to In progress in Road to 5.0 via automation Dec 14, 2020
@chriskrycho chriskrycho added this to the v5.0 milestone Dec 14, 2020
This config runs the test suite against all supported Node versions on
Ubuntu, and against the version in the `package.json` for macOS and
Windows. (Running against all supported versions for all OSes would
likely take a *very* long time, just because Windows is super slow. It's
worth checking later, though.) The config uses Volta to manage the Node
versions, so that we can be guaranteed it will use the same toolling as
development.

Resolves #61
@chriskrycho
Copy link
Collaborator Author

Will follow-on to reenable macOS builds when actions/runner-images#2247 is resolved.

With GH actions in place, we no longer need to run Travis at all
@chriskrycho chriskrycho merged commit eff1fe4 into master Dec 14, 2020
Road to 5.0 automation moved this from In progress to Done Dec 14, 2020
@chriskrycho chriskrycho deleted the gh-actions branch December 14, 2020 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants