This PR adds a chiseledTest gradle task and runs it before building for the build and release workflows.
In case the chiseledTest task fails - the workflow fails as well, to notify the developer and prevent a broken build from being released. Successed/failed workflows examples here.
This PR adds a
chiseledTest
gradle task and runs it before building for thebuild
andrelease
workflows.In case the
chiseledTest
task fails - the workflow fails as well, to notify the developer and prevent a broken build from being released. Successed/failed workflows examples here.