Skip to content

Test Report

Test Report #7

Workflow file for this run

name: "Test Report"
on:
workflow_run:
workflows: ["Checkout"] # runs after "Checkout" workflow
types:
- completed
permissions:
contents: read
actions: read
checks: write
jobs:
report:
name: "🚛 Test report"
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Test report
uses: dorny/test-reporter@v1
with:
artifact: test-results
name: Test Report
path: "**/tests.json"
reporter: flutter-json
fail-on-error: false