Skip to content

Commit cc0a268

Browse files
committed
Fix suite_result path in locked CI
1 parent ee1922d commit cc0a268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/locked.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: always()
6363
with:
6464
name: suite_result-${{ matrix.os }}
65-
path: tests/suite_result/
65+
path: _build/default/tests/suite_result/
6666

6767
extraction:
6868
if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)