inline-java icon indicating copy to clipboard operation
inline-java copied to clipboard

Github actions migration

Open pl-misuw opened this issue 4 years ago • 0 comments
trafficstars

This change introduces Github actions based build and test.

Two workflows that are similar to current setup: CircleCI -> .github/workflows/buid-test-workflow.yaml BuildKite -> .github/workflows/test-workflow.yaml

Those are being run on [push] event, so every commit for every branch. It might be tweaked to run only for PR's and have PR's blocked until they pass tests, should such need arise.

In current form, it's simple enough, but should cover everything that buildkite and CircleCI did.

As for CircleCI and BuildKite, they can be closed down with follow-up PR, for now we can have both running only to check if we're covering "all bases".

pl-misuw avatar Aug 23 '21 13:08 pl-misuw