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 27ef24b commit 30fea5bCopy full SHA for 30fea5b
.github/workflows/build.yaml
@@ -13,11 +13,6 @@ jobs:
13
fail-fast: false
14
matrix:
15
SDK_VERSION:
16
- #- 1.6.1
17
- #- 1.7.0
18
- #- 1.8.0
19
- #- 1.9.0
20
- #- 1.10.0
21
#- 1.11.0
22
#- 1.12.0
23
#- 1.13.0
@@ -47,7 +42,7 @@ jobs:
47
42
SDK_VERSION: ${{ matrix.SDK_VERSION }}
48
43
- name: start ursim
49
44
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
51
46
#env:
52
#DOCKER_RUN_OPTS: --network ursim_net
53
#ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}
0 commit comments