eclipse-ee4j / grizzly

Grizzly
https://eclipse-ee4j.github.io/grizzly
Other
147 stars 69 forks source link

Setup GH Workflow for PRs #2159

Closed pzygielo closed 2 years ago

pzygielo commented 2 years ago

I propose for consideration GitHub workflow to run for Pulls, as I can't find job with similar function on ci.eclipse.org.

There are two jobs defined:

  1. Perform build without running tests.
  2. If above completes successfully - build with tests this time.

I decided to split (temporarily) the build to two jobs, as I find many tests failing from time to time. The problem might be with the tests, might be with the grizzly itself. Thus the failing job will be left to the discretion of reviewer to decide/ignore.

pzygielo commented 2 years ago

May I ask for review, please?