Skip to content

Bump org.xmlunit:xmlunit-assertj3 from 2.9.1 to 2.10.0 #2872

Bump org.xmlunit:xmlunit-assertj3 from 2.9.1 to 2.10.0

Bump org.xmlunit:xmlunit-assertj3 from 2.9.1 to 2.10.0 #2872

Workflow file for this run

name: CI Build PR
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Build project with Maven
run: mvn -B -ntp -Dstyle.color=always install
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]