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 37cf5b5 commit 79010a5Copy full SHA for 79010a5
1 file changed
.github/workflows/ci.yml
@@ -257,6 +257,11 @@ jobs:
257
- name: start ursim
258
run: |
259
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}}
265
- name: Download CMake build directory
266
uses: actions/download-artifact@v7
267
with:
0 commit comments