Skip to content

Commit

Permalink
Try to archive colcon log
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 30, 2023
1 parent 85fbd1b commit 552b0b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ros_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ 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 552b0b2

Please sign in to comment.