alleyinteractive / searchpress

Elasticsearch integration for WordPress.
84 stars 12 forks source link

Migrate from TravisCI to GitHub Actions #145

Closed jakewrfoster closed 2 years ago

jakewrfoster commented 3 years ago

The code coverage that SearchPress enjoyed via Travis should be ported over to Buddy.

renatonascalves commented 2 years ago

Buddy or Github Actions?

mboynes commented 2 years ago

Ideally GitHub actions, but that may be difficult with the ES integration tests we run

renatonascalves commented 2 years ago

Ok! I'll try with GH Actions. I found some helper actions already: https://github.com/elastic/elastic-github-actions/tree/master/elasticsearch

kevinfodness commented 2 years ago

I'm working on converting the phpcs and phpunit checks to run via composer, which will hopefully make this a bit easier. I'll let you know when that's ready. Thanks for setting this up!

mboynes commented 2 years ago

That's awesome, great find!

renatonascalves commented 2 years ago

Goal: