mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
feat(ci) adding running 5 reporters
This commit is contained in:
parent
b6a806a5fb
commit
487a312548
1 changed files with 8 additions and 7 deletions
15
.github/workflows/test-all-reports.yml
vendored
15
.github/workflows/test-all-reports.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Test Report
|
||||
name: Run report
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -18,19 +18,20 @@ jobs:
|
|||
reporter: [ jest-junit, mocha-json, swift-xunit, dart-json, dotnet-trx ]
|
||||
include:
|
||||
- reporter: jest-junit
|
||||
path: __tests__/fixtures/jest-junit.xml
|
||||
path: ./__tests__/fixtures/jest-junit.xml
|
||||
- reporter: mocha-json
|
||||
path: __tests__/fixtures/mocha-json.json
|
||||
path: ./__tests__/fixtures/mocha-json.json
|
||||
- reporter: swift-xunit
|
||||
path: __tests__/fixtures/swift-xunit.xml
|
||||
path: ./__tests__/fixtures/swift-xunit.xml
|
||||
- reporter: dart-json
|
||||
path: __tests__/fixtures/dart-json.json
|
||||
path: ./__tests__/fixtures/dart-json.json
|
||||
- reporter: dotnet-trx
|
||||
path: __tests__/fixtures/dotnet-trx.xml
|
||||
name: Workflow test
|
||||
path: ./__tests__/fixtures/dotnet-trx.xml
|
||||
name: Run
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
artifact: ${{ matrix.reporter }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue