Skip to content

Commit

Permalink
Removed -dev libraries before running unit tests in CI (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 authored Jul 8, 2023
1 parent 7e51078 commit 0d420e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
AFTER_INIT: './.github/workflows/add_ros_apt_sources.sh'
TARGET_CMAKE_ARGS: '-DENABLE_TESTING=ON -DENABLE_RUN_TESTING=OFF -DCMAKE_BUILD_TYPE=Release'
AFTER_INSTALL_TARGET_DEPENDENCIES: 'python3 -m pip install -r requirements.txt -qq'
BEFORE_RUN_TARGET_TEST: 'apt remove *-dev -y -qq'
BEFORE_RUN_TARGET_TEST_EMBED: 'ici_with_unset_variables source $BASEDIR/${PREFIX}target_ws/install/setup.bash'
AFTER_RUN_TARGET_TEST: 'python3 -m pytest -v'
AFTER_SCRIPT: 'rm -r $BASEDIR/${PREFIX}upstream_ws/build $BASEDIR/${PREFIX}target_ws/build'
Expand Down

0 comments on commit 0d420e4

Please sign in to comment.