Skip to content

test-report

test-report #80

Workflow file for this run

# https://github.com/dorny/test-reporter?tab=readme-ov-file#recommended-setup-for-public-repositories
name: test-report
on:
workflow_run:
workflows: ["test"]
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
test-report_dart:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
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