Skip to content

Merge pull request #82 from healenium/feature/EPMHLM-348 #48

Merge pull request #82 from healenium/feature/EPMHLM-348

Merge pull request #82 from healenium/feature/EPMHLM-348 #48

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew build