Skip to content

Commit

Permalink
Run test output also on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon0402 authored Sep 27, 2023
1 parent 683f26b commit cfc87c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
run: |
source /opt/ros/humble/setup.bash && source ./install/local_setup.bash
colcon test --packages-select dsd_rail_horizon_core dsd_mission_profile --return-code-on-test-failure
- name: Print test results
if: success() || failure()
run: |
source /opt/ros/humble/setup.bash && source ./install/local_setup.bash
colcon test-result --verbose --all
# - name: Upload build files
Expand Down

0 comments on commit cfc87c2

Please sign in to comment.