Skip to content

Commit c190d2a

Browse files
author
GHC GitLab CI
committed
github ci: Add platform prefix to testsuite-run results
1 parent b95bcc9 commit c190d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/upload-artifact@v4
6969
if: ${{ !cancelled() }} # upload test results even if the testsuite failed to pass
7070
with:
71-
name: testsuite-results
71+
name: ${{ matrix.plat }}-testsuite-results
7272
path: |
7373
_build/test-perf.csv
7474
_build/test-summary.txt

0 commit comments

Comments
 (0)