Skip to content

Commit 79010a5

Browse files
committed
Set env correctly
1 parent 37cf5b5 commit 79010a5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ jobs:
257257
- name: start ursim
258258
run: |
259259
scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d -f DISABLED
260+
env:
261+
DOCKER_RUN_OPTS: --network ursim_net
262+
ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}
263+
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
264+
PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
260265
- name: Download CMake build directory
261266
uses: actions/download-artifact@v7
262267
with:

0 commit comments

Comments
 (0)