Skip to content

Commit

Permalink
[ CI/CD ] : Test Cases for both microros and ros2 with resolution of …
Browse files Browse the repository at this point in the history
…em error
  • Loading branch information
aPR0T0 committed Apr 12, 2024
1 parent 1b82425 commit f426c33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
package-name: ${{ matrix.test_apps }}
target-ros2-distro: ${{ matrix.ros_distribution }}
run: |
pip3 uninstall em && pip3 install empy
pip uninstall em && pip3 uninstall em
cd ${{ matrix.test-apps }}
source /opt/ros/humble/setup.bash
colcon build
Expand Down Expand Up @@ -67,7 +67,6 @@ jobs:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Test ${{ matrix.test-apps }}
run: |
source /opt/ros/humble/setup.bash
. $IDF_PATH/export.sh
cd firmware/${{ matrix.test-apps }}
idf.py build

0 comments on commit f426c33

Please sign in to comment.