Skip to content

chore(deps): update junit-framework monorepo to v6 #192

chore(deps): update junit-framework monorepo to v6

chore(deps): update junit-framework monorepo to v6 #192

Workflow file for this run

---
name: qulice
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Tests
strategy:
matrix:
os: [ubuntu-24.04]
java: [17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- uses: actions/cache@v6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean qulice:check -Pqulice --errors --batch-mode