Skip to content

Fixed failing test case by adding expected exception for CNAME lookup #254

Fixed failing test case by adding expected exception for CNAME lookup

Fixed failing test case by adding expected exception for CNAME lookup #254

Workflow file for this run

name: Vefa-Peppol Master Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- name: Build with Maven
run: mvn -B --no-transfer-progress package