Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 #301

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 #301

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.5.0
- name: Set up JDK 11
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Apache Maven
run: mvn -U clean install -Djava.awt.headless=true -fae -B
env:
MAVEN_OPTS: "-Xmx1024M"