We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c613388 commit 94352a9Copy full SHA for 94352a9
.github/workflows/humble_docker_test.yaml
@@ -8,6 +8,7 @@ on:
8
types: [opened, synchronize]
9
jobs:
10
ci:
11
+ runs-on: ubuntu-latest
12
container:
13
image: osrf/ros:${{ matrix.ros_distribution }}-desktop
14
timeout-minutes: 5
.github/workflows/humble_test.yaml
@@ -10,7 +10,9 @@ on:
types: [opened, synchronize ]
build_and_test:
- runs-on: osrf/ros:${{ matrix.ros_distribution }}-desktop
+ container:
15
+ image: osrf/ros:${{ matrix.ros_distribution }}-desktop
16
timeout-minutes: 3
17
strategy:
18
fail-fast: false
0 commit comments