Closed michaelborn closed 2 years ago
@michaelborn I would like to add this, but what happens if the tests don't pass? is there a way to exclude it from the build process and allow it to fail?
@michaelborn I would like to add this, but what happens if the tests don't pass? is there a way to exclude it from the build process and allow it to fail?
After looking into the GHA reference and some tutorials, yes - we can mark a piece of the test matrix as "experimental" and conditionally set that matrix build to continue on error. (i.e. to NOT fail the build.)
I'll be pushing up some commits to this branch to implement this.
Added. Note that this updated build won't run until this PR is merged to #development
. :wink:
Much thanks to
Add Hibernate 5.4 on Lucee 5 to the test suite so we can run CBORM against the latest available Hibernate on Lucee.