Skip to content

Build(deps-dev): Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0 #814

Build(deps-dev): Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0

Build(deps-dev): Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0 #814

Workflow file for this run

name: Maven CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build
# use 'verify' instead of package to include integration tests
run: mvn --batch-mode --file pom.xml -DTEST_LOG_LEVEL=INFO verify