Skip to content

Commit b81672b

Browse files
authored
Modify artifact upload path for robot tests
Update artifact upload path to include specific test files.
1 parent ccd6aa2 commit b81672b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/coredev-robot-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,7 @@ jobs:
106106
uses: actions/upload-artifact@v4
107107
with:
108108
name: robot-results
109-
path: tests/parts/tests/
109+
path: |
110+
test_*
111+
robot_*
110112
if-no-files-found: ignore

0 commit comments

Comments
 (0)