Skip to content

Bump junit5 from 5.11.0 to 5.11.4 #190

Bump junit5 from 5.11.0 to 5.11.4

Bump junit5 from 5.11.0 to 5.11.4 #190

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: 'temurin'
java-version: 21
- uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
with:
validate-wrappers: true
- run: ./gradlew test jacocoTestReport
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: jacoco-report
path: build/reports/jacoco/test/html/
if-no-files-found: error