db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 360 forks source link

Replace travis-ci with gh actions #785

Closed MasterOdin closed 2 years ago

MasterOdin commented 2 years ago

This PR replaces the Travis-CI configuration with GitHub actions to re-enable CI for the repo. Clicking through the badge on the README, it leads to https://travis-ci.org/github/db-migrate/node-db-migrate, which has been roughly disabled for a year to the day with a message to migrate to travis-ci.com. However, Travis-CI has drastically altered how open source works on the .com domain, along with the recent stream of security leaks that makes it no longer the recommended choice of CI.

See https://github.com/MasterOdin/node-db-migrate/actions as an example of how this will look after getting merged (and actions enabled here).

MasterOdin commented 2 years ago

Assuming fine with moving to gh actions, I can put up similar PRs for the other repos within the organization.

wzrdtales commented 2 years ago

Sure please do

Sent from Nine

--

Best

-- Tobias Gurtzick CEO WizardTales GmbH

Additional Contacts: @github | @.***

Website: https://www.wizardtales.com @.*** nmlpm: -- coming soon & open source --

Please tag your mails with "request", "issue" or "proposal", unless none of these fit or there already exists a thread.

-- Why should one reach for what one may be capable reaching, that's awfully boring and after all one still be ones yesterday being. --

Sitz der Gesellschaft: Ratingen Kokkolastr. 5 40882 Ratingen Germany

Registergericht: Amtsgericht Düsseldorf, HRB 84140 Geschäftsführer: Tobias Gurtzick


Von: Matthew Peveler @.***> Gesendet: Mittwoch, 15. Juni 2022 20:35 An: db-migrate/node-db-migrate Cc: Subscribed Betreff: Re: [db-migrate/node-db-migrate] Replace travis-ci with gh actions (PR #785)

Assuming fine with moving to gh actions, I can put up similar PRs for the other repos within the organization. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

MasterOdin commented 2 years ago

Sounds good, but will wait for this PR to be merged first before tackling any other repo. I've added a link back to my fork to show how the test suite looks with GH.

wzrdtales commented 2 years ago

Thank you for your contribution :tada: !

This was actually on our ToDo for quite some time.