Skip to content

Commit

Permalink
CI: Update for matrix based CI runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsd committed Dec 3, 2024
1 parent a4481e9 commit f20c1f6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 116 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/ci_results.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: CI Results
on:
workflow_run:
workflows: [CI]
types: [ completed ]

permissions:
checks: write

jobs:
report:
name: Publish reports
runs-on: ubuntu-22.04
if: ${{ always() }}
steps:
- name: Download all workflow run artifacts
uses: dawidd6/action-download-artifact@v2
with:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
- name: Publish Test Report
uses: ptsd/action-junit-report@feature/allow_ignore_classname_in_resolver
if: always()
with:
commit: ${{github.event.workflow_run.head_sha}}
report_paths: '**/*.xml'
check_name: Nextest Report
detailed_summary: true
include_passed: false
group_suite: true
annotate_notice: true
check_annotations: true
resolve_ignore_classname: true
29 changes: 0 additions & 29 deletions .github/workflows/report_avian.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/report_benches.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/report_parry.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/report_rapier.yml

This file was deleted.

0 comments on commit f20c1f6

Please sign in to comment.