Skip to content

Commit 40ab143

Browse files
committed
Mount program folder
1 parent 5305cc2 commit 40ab143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ 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 --name ursim universalrobots/ursim_e-series:latest
46-
#env:
45+
docker run --rm -d -p 29999:29999 -p 30001-30004:30001-30004 --name ursim universalrobots/ursim_e-series:latest -v ${{ PROGRAM_FOLDER }}:/ursim/programs
46+
env:
4747
#DOCKER_RUN_OPTS: --network ursim_net
4848
#ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}
4949
#URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
50-
#PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
50+
PROGRAM_FOLDER: ./.github/dockerursim/.vol
5151
- name: Install netcat
5252
run: |
5353
sudo apt-get install -y netcat-openbsd

0 commit comments

Comments
 (0)