Skip to content

Bump org.junit.platform:junit-platform-suite-engine from 1.11.3 to 1.11.4 #2130

Bump org.junit.platform:junit-platform-suite-engine from 1.11.3 to 1.11.4

Bump org.junit.platform:junit-platform-suite-engine from 1.11.3 to 1.11.4 #2130

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Run build with Gradle Wrapper
run: ./gradlew check jacocoTestReport
- name: Codecov
uses: codecov/codecov-action@v4