Skip to content

Commit 30fea5b

Browse files
committed
start ursim
1 parent 27ef24b commit 30fea5b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
SDK_VERSION:
16-
#- 1.6.1
17-
#- 1.7.0
18-
#- 1.8.0
19-
#- 1.9.0
20-
#- 1.10.0
2116
#- 1.11.0
2217
#- 1.12.0
2318
#- 1.13.0
@@ -47,7 +42,7 @@ jobs:
4742
SDK_VERSION: ${{ matrix.SDK_VERSION }}
4843
- name: start ursim
4944
run: |
50-
docker run --rm -d -p 29999:29999 -p 30001-30004:30001:30004 --name ursim
45+
docker run --rm -d -p 29999:29999 -p 30001-30004:30001-30004 --name ursim universalrobots/ursim_e-series:latest
5146
#env:
5247
#DOCKER_RUN_OPTS: --network ursim_net
5348
#ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}

0 commit comments

Comments
 (0)