trick/.github/workflows/report_macos.yml
Hong Chen 19629b4883 Revert "Added the workaround for GitHub test report v1 to work with action v4."
This reverts commit 02267fb391a424539d6848c55eb3438da42fab14.
2025-01-28 13:20:34 -06:00

21 lines
567 B
YAML

name: 'Report macOS'
on:
workflow_run:
workflows: ['macOS'] # runs after CI workflow
types:
- completed
jobs:
report:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
with:
artifact: Trick_macos # artifact name
name: Results_Trick_macos # Name of the check run which will be created
path: '*.xml' # Path to test results (inside artifact .zip)
reporter: java-junit # Format of test results