Skip to content

Commit

Permalink
Updated CI YAML to print CTest details on test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Jun 25, 2020
1 parent b59673b commit c201ea5
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 @@ -16,6 +16,7 @@ jobs:
ADDITIONAL_DEBS: git,
VERBOSE_TESTS: true,
TARGET_CMAKE_ARGS: "-DRCT_BUILD_TESTS=ON",
CTEST_OUTPUT_ON_FAILURE: true,
AFTER_SCRIPT: 'catkin build -w $target_ws --no-deps --verbose rct_optimizations --make-args test'}
- {BADGE: xenial,
OS_NAME: ubuntu,
Expand All @@ -25,6 +26,7 @@ jobs:
ADDITIONAL_DEBS: git,
VERBOSE_TESTS: true,
TARGET_CMAKE_ARGS: "-DRCT_BUILD_TESTS=ON",
CTEST_OUTPUT_ON_FAILURE: true,
AFTER_SCRIPT: 'catkin build -w $target_ws --no-deps --verbose rct_optimizations --make-args test'}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c201ea5

Please sign in to comment.