Skip to content

Commit 56e6611

Browse files
committed
test container
1 parent e7fd91e commit 56e6611

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/colcon_test_build.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ jobs:
99
strategy:
1010
matrix:
1111
ros-distro: [jazzy]
12-
runs-on: ubuntu-24.04-x64-16GB-RAM-150GB-SSD
12+
runs-on: ubuntu-24.04
13+
container:
14+
image: osrf/ros:jazzy-desktop-full
1315

1416
name: Build ${{ matrix.ros-distro }}
1517
steps:
1618

17-
- uses: ros-tooling/setup-ros@v0.7
18-
with:
19-
required-ros-distributions: ${{ matrix.ros-distro }}
19+
# - uses: ros-tooling/setup-ros@v0.7
20+
# with:
21+
# required-ros-distributions: ${{ matrix.ros-distro }}
2022

2123
- uses: ros-tooling/action-ros-ci@v0.3
2224
with:

0 commit comments

Comments
 (0)