OpenAPI Generator Test Report #21288
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: OpenAPI Generator Test Report | |
| on: | |
| workflow_run: | |
| workflows: ['OpenAPI Generator'] | |
| types: | |
| - completed | |
| # separate workflow required due to https://github.com/dorny/test-reporter#recommended-setup-for-public-repositories | |
| jobs: | |
| report: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dorny/test-reporter@v2 | |
| with: | |
| artifact: surefire-test-results | |
| name: JUnit Test results | |
| path: '**/surefire-reports/TEST-*.xml' | |
| reporter: java-junit |