Skip to content

Merge pull request #26 from diagridio/access-host #18

Merge pull request #26 from diagridio/access-host

Merge pull request #26 from diagridio/access-host #18

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: "Test with ${{ matrix.os }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: temurin
cache: maven
- name: Build with Maven
run: ./mvnw -V -B verify