Skip to content

Commit

Permalink
Use event file to line up PR build and reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jan 15, 2025
1 parent 1b0fcf3 commit 2ea2bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
with:
name: test-results
path: |
${{ github.event_path }}
*/*/target/surefire-reports/*.xml
terminal/plugins/org.eclipse.tm.terminal.test/target/surefire-reports/*.xml
- name: Prepare Docs for upload
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
with:
commit: ${{ github.event.workflow_run.head_sha }}
junit_files: "test-results/**/*.xml"
event_file: event.json
event_name: ${{ github.event.workflow_run.event }}

0 comments on commit 2ea2bd2

Please sign in to comment.