Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 #85

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1

Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 #85

name: "Build and Test"
on:
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
timeout-minutes: 130
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up JDK 8
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Build with Apache Maven
run: mvn -U clean install -Djava.awt.headless=true -fae -B -Peverything
env:
MAVEN_OPTS: "-Xmx1024M"