Skip to content

Commit

Permalink
feat(ci) add flutter-json
Browse files Browse the repository at this point in the history
  • Loading branch information
j-catania committed Jan 15, 2024
1 parent f61aefc commit 731829c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-all-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
reporter: [ jest-junit, mocha-json, swift-xunit, dart-json, dotnet-trx, java-junit ]
reporter: [ jest-junit, mocha-json, swift-xunit, dart-json, dotnet-trx, java-junit, flutter-json ]
include:
- reporter: jest-junit
path: ./__tests__/fixtures/jest-junit.xml
Expand All @@ -32,6 +32,8 @@ jobs:
path: ./__tests__/fixtures/dotnet-trx.trx
- reporter: java-junit
path: ./__tests__/fixtures/external/java/pulsar-test-report.xml
- reporter: flutter-json
path: ./__tests__/fixtures/external/flutter/provider-test-results.json

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 731829c

Please sign in to comment.