Skip to content

config: log user and profile in patch errors #85

config: log user and profile in patch errors

config: log user and profile in patch errors #85

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 11
cache: 'maven'
- name: Build
run: mvn verify --settings ci/settings.xml