Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Checking if everything is installed
  • Loading branch information
aPR0T0 committed Aug 15, 2024
1 parent f426c33 commit 25dff6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
package-name: ${{ matrix.test_apps }}
target-ros2-distro: ${{ matrix.ros_distribution }}
run: |
./installations.sh
pip uninstall em && pip3 uninstall em
cd ${{ matrix.test-apps }}
source /opt/ros/humble/setup.bash
Expand Down Expand Up @@ -68,5 +69,6 @@ jobs:
- name: Test ${{ matrix.test-apps }}
run: |
. $IDF_PATH/export.sh
./installations.sh
cd firmware/${{ matrix.test-apps }}
idf.py build

0 comments on commit 25dff6b

Please sign in to comment.