Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 1230f61

Browse files
Update run-tests.yaml
1 parent 190628b commit 1230f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Set test package
3030
run: |
3131
if [ "${{ matrix.build_type }}" = "hardware" ]; then
32-
echo "TEST_PACKAGE=['rosbot_bringup']" >> $GITHUB_ENV
32+
echo 'TEST_PACKAGE=["rosbot_bringup"]' >> $GITHUB_ENV
3333
else
34-
echo "TEST_PACKAGE=['rosbot_gazebo']" >> $GITHUB_ENV
34+
echo 'TEST_PACKAGE=["rosbot_gazebo"]' >> $GITHUB_ENV
3535
fi
3636
3737
- name: Build and test

0 commit comments

Comments
 (0)