-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Migrate from TravisCI -> GitHub Actions #2606
Conversation
This commit successfully fails (lol) CI: 949cc59 Going to delete it so it's not merged but commenting here for visibility. |
949cc59
to
9c94e01
Compare
Also, holy crap, GH actions is so much faster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also have to change the badge in README.md
.
We always squash before the merge. Make as many commits as you like 😄 |
fb5439d
to
46777a5
Compare
Could please put all the jobs in one workflow? The badge works on a per-workflow basis. [![Actions Status](https://github.com/PrismJS/prism/workflows/{{! Name of the workflow! }}/badge.svg)](https://github.com/PrismJS/prism/actions) |
4fd16b0
to
25dfd15
Compare
Ok, I think this is sorted. |
8899f03
to
345ce53
Compare
This moves the test suite from Travis -> GitHub Actions. The Workflow is essentially the same as what we had on Travis, but split into two jobs.
345ce53
to
4ae0bb1
Compare
Nice. Now the CI is more descriptive and runs in seconds. |
This moves the test suite from Travis -> GitHub Actions. The Workflow
is essentially the same as what we had on Travis.