Skip to content

Bump actions/checkout from 5 to 6 #256

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #256

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
- name: Build and Test with Maven
run: ./mvnw test