mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
Clean up code and remove testing comments
This commit is contained in:
parent
3ddec5a563
commit
b0216aca55
4 changed files with 5 additions and 13 deletions
6
.github/workflows/test-report.yml
vendored
6
.github/workflows/test-report.yml
vendored
|
|
@ -1,7 +1,10 @@
|
|||
name: Test Report
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: ['CI']
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
report:
|
||||
|
|
@ -11,6 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: ./
|
||||
with:
|
||||
artifact: test-results
|
||||
name: Workflow Report
|
||||
path: '*.xml'
|
||||
reporter: jest-junit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue