Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 #2

Bump org.apache.commons:commons-compress from 1.21 to 1.26.0

Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 #2

name: Functional tests
on:
pull_request:
paths-ignore:
- 'docs/**'
- '.github/**'
branches:
- master
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 17 ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
cache: 'maven'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B verify -DskipUnitTests=true -Dtests.max-container-count=5 --file extra/pom.xml