Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 27, 2024
1 parent 6d3a28e commit f6280c2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 44 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci-pr-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: report
on:
workflow_run:
workflows: [ CI ]
types: [ completed ]

permissions:
checks: write

jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Download Test Report
uses: dawidd6/action-download-artifact@v2
with:
name: junit-test-results
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
with:
commit: ${{github.event.workflow_run.head_sha}}
report_paths: '**/*.xml'
44 changes: 0 additions & 44 deletions .github/workflows/ci-pr-result.yml

This file was deleted.

0 comments on commit f6280c2

Please sign in to comment.