Skip to content

Revert "chore(deps): bump org.junit:junit-bom from 5.13.4 to 6.0.0" #320

Revert "chore(deps): bump org.junit:junit-bom from 5.13.4 to 6.0.0"

Revert "chore(deps): bump org.junit:junit-bom from 5.13.4 to 6.0.0" #320

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@v5
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'adopt'
cache: 'maven'
- name: Run integration test with -Parq-glassfish-managed
run: mvn clean verify -Parq-glassfish-managed