Skip to content

Bump the all-minor-patch group with 21 updates #95

Bump the all-minor-patch group with 21 updates

Bump the all-minor-patch group with 21 updates #95

Workflow file for this run

name: Install and test
on:
pull_request:
paths-ignore:
- '**.md'
- '**/**.md'
- '.github/workflows/**.yml'
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'
- name: Maven clean install
run: mvn clean install