Skip to content

Commit

Permalink
Update test_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto authored Sep 13, 2024
1 parent 1efc8a6 commit 384ad96
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Download test results
uses: actions/download-artifact@v3
with:
name: test-results.json
path: ./
- uses: dorny/test-reporter@v1
with:
artifact: test-results # artifact name
artifact: test-results.json # artifact name
name: Dart Tests # Name of the check run which will be created
path: './test-results.json' # Path to test results (inside artifact .zip)
reporter: dart-json # Format of test results
reporter: dart-json # Format of test results

0 comments on commit 384ad96

Please sign in to comment.