Skip to content

Commit cae85bf

Browse files
Update test-report.yml
1 parent 590af73 commit cae85bf

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/test-report.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
fetch-depth: 0
3131
ref: ${{ github.event.workflow_run.head_sha }}
3232

33-
# 🔍 Debug – list any .trx files that GitHub auto-downloaded
34-
- name: List workspace before reporter
35-
run: |
36-
echo "Listing *.trx we have so far:"
37-
find . -maxdepth 4 -type f -name '*.trx' -print || true
38-
3933
- name: 🐞 Debug run-ID
4034
run: |
4135
echo "inputs.test_run_id = ${{ inputs.test_run_id }}"
@@ -53,6 +47,7 @@ jobs:
5347
if: ${{ inputs.test_run_id != '' }} # manual runs only
5448
uses: actions/download-artifact@v4
5549
with:
50+
repository: ${{ github.repository }}
5651
run-id: ${{ inputs.test_run_id }}
5752
path: .
5853
# ⚠️ omit “name:” ⇒ pulls every artifact in that run

0 commit comments

Comments
 (0)