This workflow runs for pull requests that target the master branch (our main branch). It executes the unit tests lets the run fail in case the tests fail, making sure that the pull requests do not destroy existing (tested) behaviour.
How to test
You can copy and paste the workflow file's contents into the action linter to validate that there is no parsing error.
In addition, you can execute the ./gradlew command locally yourself.
Introduction
This workflow runs for pull requests that target the
master
branch (our main branch). It executes the unit tests lets the run fail in case the tests fail, making sure that the pull requests do not destroy existing (tested) behaviour.How to test
You can copy and paste the workflow file's contents into the action linter to validate that there is no parsing error.
In addition, you can execute the
./gradlew
command locally yourself.