Skip to content

Commit

Permalink
Try to run colcon with info log level
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 30, 2023
1 parent 552b0b2 commit 327edf8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ros_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
# CCACHE_DIR: /home/runner/.ccache # Enable ccache
PRERELEASE: true
BUILDER: colcon
COLCON_LOG_LEVEL: info
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -32,9 +33,3 @@ jobs:
# Run industrial_ci
- uses: 'ros-industrial/industrial_ci@9f963f67ebb889792175776c5ee00134d7bb569b'
env: ${{ matrix.env }}
- name: Archive colcon logs
if: always()
uses: actions/upload-artifact@v3
with:
name: colcon-log
path: ~/.colcon/log/latest

0 comments on commit 327edf8

Please sign in to comment.