Skip to content

Bump actions/checkout from 3 to 4 #43

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #43

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@v4
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: "8"
distribution: "adopt"
- name: Build and Test with Maven
run: ./mvnw test