Skip to content

Bump junit5 from 5.11.4 to 5.13.2 #266

Bump junit5 from 5.11.4 to 5.13.2

Bump junit5 from 5.11.4 to 5.13.2 #266

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
distribution: 'temurin'
java-version: 21
- uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
with:
validate-wrappers: true
- run: ./gradlew test jacocoTestReport
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: jacoco-report
path: build/reports/jacoco/test/html/
if-no-files-found: error