Skip to content

Bump junitVersion from 6.0.3 to 6.1.0 #184

Bump junitVersion from 6.0.3 to 6.1.0

Bump junitVersion from 6.0.3 to 6.1.0 #184

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
cache: 'gradle'
java-version: '17'
- name: Run tests in Gradle
run: ./gradlew clean test --info --rerun-tasks
- uses: actions/upload-artifact@v7
if: failure()
with:
name: test-report
path: build/reports/