Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
treideme committed Feb 27, 2024
1 parent b348304 commit 9164fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python3 -m venv venv
source venv/bin/activate
pip install -r test_requirements.txt
colcon test --rerun-failed --output-on-failure --event-handlers console_direct+
colcon test --event-handlers console_direct+
colcon test-result
cd ..
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
export _colcon_cd_root=$(pwd)
source install/local_setup.sh
source /opt/pleora/ebus_sdk/Ubuntu-20.04-x86_64/bin/set_puregev_env.sh
colcon test --rerun-failed --output-on-failure --event-handlers console_direct+
colcon test --event-handlers console_direct+
colcon test-result
cd ..
- name: Evaluate test results
Expand Down

0 comments on commit 9164fbb

Please sign in to comment.