Skip to content

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #54

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #54

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@v3
- 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