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

Migrate from TravisCI -> GitHub Actions #2606

Merged
merged 1 commit into from Oct 24, 2020
Merged

Conversation

mAAdhaTTah
Copy link
Member

This moves the test suite from Travis -> GitHub Actions. The Workflow
is essentially the same as what we had on Travis.

@mAAdhaTTah
Copy link
Member Author

This commit successfully fails (lol) CI: 949cc59

Going to delete it so it's not merged but commenting here for visibility.

@mAAdhaTTah
Copy link
Member Author

Also, holy crap, GH actions is so much faster.

Copy link
Member

@RunDevelopment RunDevelopment left a 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.

@RunDevelopment
Copy link
Member

Going to delete it so it's not merged but commenting here for visibility.

We always squash before the merge. Make as many commits as you like 😄

@RunDevelopment
Copy link
Member

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)

@mAAdhaTTah mAAdhaTTah force-pushed the travis-to-gh-actions branch 4 times, most recently from 4fd16b0 to 25dfd15 Compare October 24, 2020 18:16
@mAAdhaTTah
Copy link
Member Author

Ok, I think this is sorted.

README.md Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
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.
@RunDevelopment RunDevelopment merged commit 6913204 into master Oct 24, 2020
@RunDevelopment RunDevelopment deleted the travis-to-gh-actions branch October 24, 2020 22:08
@RunDevelopment
Copy link
Member

Nice. Now the CI is more descriptive and runs in seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants