Skip to content

chore(deps): bump org.codehaus.cargo:cargo-maven3-plugin from 1.10.23 to 1.10.24 #323

chore(deps): bump org.codehaus.cargo:cargo-maven3-plugin from 1.10.23 to 1.10.24

chore(deps): bump org.codehaus.cargo:cargo-maven3-plugin from 1.10.23 to 1.10.24 #323

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