Skip to content

Update release configuration #6

Update release configuration

Update release configuration #6

Workflow file for this run

name: Latest Build
on:
push:
branches: [master]
jobs:
tests:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
-
name: Configure Java
uses: actions/setup-java@v2
with:
java-version: 11
distribution: adopt-openj9
-
name: Tests
run: ./gradlew check