Skip to content

resolve merge conflicts and add end to end tests #116

resolve merge conflicts and add end to end tests

resolve merge conflicts and add end to end tests #116

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
name: Gradle Build
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up Zulu JDK 11
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
- name: Build
run: ./gradlew clean build