Skip to content

chore(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.1 #195

chore(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.1

chore(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.1 #195

Workflow file for this run

name: build
on:
push:
paths-ignore:
- "docs/**"
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'adopt'
- name: Cache Maven packages
uses: actions/[email protected]
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run integration test with -Parq-glassfish-managed
run: mvn clean verify -Parq-glassfish-managed