Skip to content

Commit 62008fc

Browse files
authored
Ensure we are referencing the correct sha when publishing test results (deephaven#550)
1 parent 8040111 commit 62008fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish-check-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
NODE_OPTIONS: '--max_old_space_size=4096'
4646
with:
4747
check_name: check-ci test report
48+
commit: ${{ github.event.workflow_run.head_sha }}
4849
report_paths: '**/build/test-results/test/TEST-*.xml'

.github/workflows/publish-long-check-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
NODE_OPTIONS: '--max_old_space_size=4096'
4646
with:
4747
check_name: long-check-ci test report
48+
commit: ${{ github.event.workflow_run.head_sha }}
4849
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)