Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

GitHub Actions #88

Merged
merged 6 commits into from
Jun 16, 2021
Merged

GitHub Actions #88

merged 6 commits into from
Jun 16, 2021

Conversation

aminya
Copy link
Contributor

@aminya aminya commented Dec 5, 2020

Description of the change

Use GitHub Actions instead of Travis and Appveyor.

Fixes #75

Benefits

  • GitHub Actions is much faster than the other CI services and allows parallel runs
  • GitHub Actions it is much easier to configure.
  • Atom is a GitHub product, so we should use GitHub Actions.
  • Travis is making its services limited and monetary.
    https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
  • Appveyor is super slow: it only supports serial runs, no parallel jobs
  • Travis is super slow: Travis running for 7 hours and it is not still finished.
    Screenshot 2020-12-04 210626
    Screenshot 2020-12-04 210643

Verification

The CI passes: https://github.com/aminya/language-javascript/actions/runs/359738214

Drawbacks

none

Release Notes

N/A

@aminya aminya mentioned this pull request Dec 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npm install fails with Node 12
2 participants