Skip to content

DBT-377 add HfM Weimar to Shibboleth #165

DBT-377 add HfM Weimar to Shibboleth

DBT-377 add HfM Weimar to Shibboleth #165

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
ff-site-goal: ''
ff-os: 'ubuntu-22.04'
ff-jdk: '17'
ff-goal: '-P run-its verify'
ff-site-run: false
failure-upload-path: |
./**/surefire-reports
./**/failsafe-reports
./**/screenshots
./**/*error*.log
./**/*test.log
matrix-exclude: >
[
{"os": "macOS-latest"},
{"os": "windows-latest"},
{"jdk": "8"},
{"jdk": "11"},
{"os": "ubuntu-latest", "jdk": "17"}
]