Skip to content

chore(deps): update dependency org.codehaus.cargo:cargo-maven3-plugin to v1.10.15 #572

chore(deps): update dependency org.codehaus.cargo:cargo-maven3-plugin to v1.10.15

chore(deps): update dependency org.codehaus.cargo:cargo-maven3-plugin to v1.10.15 #572

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