diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index cf5dca8aa3..922425238d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -40,6 +40,13 @@ jobs: uses: dasch-swiss/dsp-api/.github/actions/preparation@main - name: Run all integration tests run: make integration-test + - name: WebApi Integration Test Report + uses: dorny/test-reporter@v1 + if: success() || failure() + with: + name: WebApi Integration Test Results + path: ./webapi/target/it-reports/TEST-*.xml + reporter: java-junit - name: Upload coverage data to codacy uses: codacy/codacy-coverage-reporter-action@v1 with: