Skip to content

Update junit5 monorepo to v5.11.1 (#54) #120

Update junit5 monorepo to v5.11.1 (#54)

Update junit5 monorepo to v5.11.1 (#54) #120

Workflow file for this run

name: Build project with gradle and test
on:
push:
branches: [ "main", "cicd" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build project with gradle
uses: gradle/actions/setup-gradle@v4
- name: Execute Gradle build
run: gradle build