Skip to content

Merge pull request #103 from abrami/main #292

Merge pull request #103 from abrami/main

Merge pull request #103 from abrami/main #292

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
# - name: Build with Maven
# run: mvn --batch-mode compile
# - name: Run tests
# run: mvn --batch-mode test