Skip to content

Commit 571b4c9

Browse files
committed
fix
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent b060b14 commit 571b4c9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/scenario-test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ on:
55
jobs:
66
scenario-test:
77
runs-on: ubuntu-24.04
8-
container: ghcr.io/autowarefoundation/autoware:universe-devel
8+
container:
9+
image: ghcr.io/autowarefoundation/autoware:universe-devel
10+
env:
11+
RMW_IMPLEMENTATION: rmw_cyclonedds_cpp
12+
options: --network=host
13+
914
steps:
1015
- name: Check out repository
1116
uses: actions/checkout@v4

0 commit comments

Comments
 (0)