Skip to content

Update junit5 monorepo to v5.11.3 #101

Update junit5 monorepo to v5.11.3

Update junit5 monorepo to v5.11.3 #101

Workflow file for this run

---
name: mvn
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
maven-build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
java: [11, 20]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- name: Show versions
run: java -version; mvn -version;
- name: Build it with Maven
run: mvn -B verify -Pqulice
xcop-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: g4s8/[email protected]
pdd-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: g4s8/pdd-action@master