From a61f227ad86a38db3122430edfe8377864ae5eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kleinb=C3=B6lting?= Date: Wed, 7 Dec 2022 12:12:29 +0100 Subject: [PATCH] chore: Add test report generation for integration tests (DEV-1544) (#2325) --- .github/workflows/build-and-test.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: