Execute Gradle tasks using wrapper.
-
Choose JDK and image:
JDK Image OpenJDK 15 OrangeLabs-moe/[email protected]OpenJDK 14 OrangeLabs-moe/[email protected]OpenJDK 13 OrangeLabs-moe/[email protected]OpenJDK 11 OrangeLabs-moe/[email protected]OpenJDK 8 OrangeLabs-moe/[email protected] -
By default,
checktask is executed. If you want to change this behaviour, specifyargsfield (see example below).
An example test.yml file to run tests on push and pull requests.
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: OrangeLabs-moe/[email protected]
with:
args: test