Skip to content

Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.3 #77

Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.3

Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.3 #77

Workflow file for this run

name: Verify Changes in Client
on:
push:
paths:
- 'client'
- 'common'
- 'pom.xml'
- '.github/workflows/test-client.yml'
jobs:
verify-client:
name: Verify with Maven
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4.2.2
with:
java-version: '22'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: |
./mvnw --projects client --also-make --batch-mode --update-snapshots test