Skip to content

Commit c5365f9

Browse files
committed
Mount program folder
1 parent 5305cc2 commit c5365f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 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
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
4646
#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)