Skip to content

Update junit5 monorepo to v5.11.3 #217

Update junit5 monorepo to v5.11.3

Update junit5 monorepo to v5.11.3 #217

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [ '**' ]
push:
branches: [ 'main' ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
- name: Run tests
run: ./gradlew clean test