Skip to content

Commit

Permalink
chore: Add test report generation for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 7, 2022
1 parent 5c76338 commit 59a341b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Expand Up @@ -38,6 +38,13 @@ jobs:
steps:
- name: Run preparatory steps
uses: dasch-swiss/dsp-api/.github/actions/preparation@main
- name: WebApi Unit Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: WebApi Unit Test Results
path: ./webapi/target/it-reports/TEST-*.xml
reporter: java-junit
- name: Run all integration tests
run: make integration-test
- name: Upload coverage data to codacy
Expand Down

0 comments on commit 59a341b

Please sign in to comment.