Skip to content

Use Map to manage names of MDC fields. #6

Use Map to manage names of MDC fields.

Use Map to manage names of MDC fields. #6

Workflow file for this run

name: System tests
on: [ push, pull_request_target ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@master
- name: Set up
uses: actions/setup-java@master
with:
java-version: '21'
distribution: 'temurin'
- name: Build project
run: mvn -B -Pcoverage verify