Skip to content

Commit

Permalink
Merge pull request #2 from DurhamAcademy/test-report
Browse files Browse the repository at this point in the history
Create test-report.yml
  • Loading branch information
a1cd authored Aug 13, 2023
2 parents fb5f251 + fbea1a9 commit c9192c8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Test Report'
on:
workflow_run:
workflows: ['build'] # runs after CI workflow
types:
- completed
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: phoenix-actions/test-reporting@v8
id: test-report # Set ID reference for step
with:
artifact: test-results # artifact name
name: Unit Tests # Name of the check run which will be created
path: build/test-results/test/TEST-*.xml # Path to test results
reporter: java-junit # Format of test results

0 comments on commit c9192c8

Please sign in to comment.