Skip to content

Commit

Permalink
chore: Add test report generation for integration tests (DEV-1544) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 7, 2022
1 parent 5ec3223 commit a61f227
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Expand Up @@ -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:
Expand Down

0 comments on commit a61f227

Please sign in to comment.