Skip to content

Update github actions #85

Update github actions

Update github actions #85

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "11"
distribution: "temurin"
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify