Skip to content

maybe rename and add cache #1

maybe rename and add cache

maybe rename and add cache #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Verify
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify