Skip to content

Commit 434b4ac

Browse files
committed
Mount urcaps outout folder
1 parent 1fc024e commit 434b4ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ jobs:
4242
SDK_VERSION: ${{ matrix.SDK_VERSION }}
4343
- name: start ursim
4444
run: |
45-
docker run --rm -d -p 29999:29999 -p 30001-30004:30001-30004 -v ${PROGRAM_FOLDER}:/ursim/programs --name ursim universalrobots/ursim_e-series:latest
45+
docker run --rm -d -p 29999:29999 -p 30001-30004:30001-30004 -v ${PROGRAM_FOLDER}:/ursim/programs -v ${PROGRAM_FOLDER}:/urcaps --name ursim universalrobots/ursim_e-series:latest
4646
docker container inspect ursim
4747
env:
4848
#DOCKER_RUN_OPTS: --network ursim_net
4949
#ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}
5050
#URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
51-
PROGRAM_FOLDER: .github/dockerursim/.vol
51+
PROGRAM_FOLDER: ./.github/dockerursim/.vol
52+
URCAPS_FOLDER: ./target
5253
- name: Install netcat
5354
run: |
5455
sudo apt-get install -y netcat-openbsd

0 commit comments

Comments
 (0)