Skip to content

Update junit5 monorepo to v5.11.2 #474

Update junit5 monorepo to v5.11.2

Update junit5 monorepo to v5.11.2 #474

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Run tests
run: ./gradlew build