Skip to content

Commit c3c1287

Browse files
bjsowaMatthijsBurgh
andcommitted
chore: disable colcon-powershell (backport #1143)
Co-authored-by: Matthijs van der Burgh <MatthijsBurgh@outlook.com>
1 parent 7946d3c commit c3c1287

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: CI
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
defaults:
6+
run:
7+
shell: bash
8+
9+
env:
10+
COLCON_EXTENSION_BLOCKLIST: colcon_core.shell.powershell
11+
512
jobs:
613
lint:
714
runs-on: ubuntu-latest
@@ -33,5 +40,12 @@ jobs:
3340
- uses: ros-tooling/setup-ros@v0.7
3441

3542
- uses: ros-tooling/action-ros-ci@v0.4
43+
id: action_ros_ci_step
3644
with:
3745
target-ros2-distro: ${{ matrix.ros }}
46+
47+
- uses: actions/upload-artifact@v6
48+
with:
49+
name: colcon-logs-${{ matrix.ros }}
50+
path: ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
51+
if: always()

0 commit comments

Comments
 (0)