Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Mar 7, 2024
1 parent b7e1e2c commit 5e5b8d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
run: |
(test -f install/micro_ros_setup/lib/micro_ros_setup/build_firmware.sh) && true || false
- name: Test micro_ros_setup
run: |
. /opt/ros/${{ env.ROS_DISTRO }}/setup.sh
. install/local_setup.sh
ros2 run micro_ros_setup create_firmware_ws.sh
- uses: actions/upload-artifact@v1
with:
name: micro_ros_build
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
run: |
(test -f install/micro_ros_setup/lib/micro_ros_setup/build_firmware.sh) && true || false
- name: Test micro_ros_setup
run: |
. /opt/ros/${{ matrix.distro }}/setup.sh
. install/local_setup.sh
ros2 run micro_ros_setup create_firmware_ws.sh
- uses: actions/upload-artifact@v1
with:
name: micro_ros_build_${{ matrix.branch }}
Expand Down

0 comments on commit 5e5b8d2

Please sign in to comment.