Skip to content

Commit

Permalink
Update testreport.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi authored Jun 26, 2024
1 parent 71c9095 commit 71349f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testreport.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: report
name: Attach test report

# Needs to be run separately because runs on external repositories can't add checks
on:
workflow_run:
workflows: [ "Pull Request Builds" ]
types: [ completed ]

jobs:
checks:
Upload:
runs-on: ubuntu-latest
steps:
- name: Download Test Report
Expand All @@ -14,7 +16,7 @@ jobs:
name: gametest-results
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Test Report
- name: Attach Test Report
uses: mikepenz/action-junit-report@v3
with:
commit: ${{github.event.workflow_run.head_sha}}
Expand Down

0 comments on commit 71349f1

Please sign in to comment.