Skip to content

Update org.junit.jupiter to v5.11.2 #463

Update org.junit.jupiter to v5.11.2

Update org.junit.jupiter to v5.11.2 #463

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
- name: Assemble and Check
uses: gradle/gradle-build-action@v3
with:
arguments: assemble check
- name: Upload reports
if: failure()
uses: actions/upload-artifact@v4
with:
name: build
path: ./**/build/reports