Skip to content

Commit bdb103b

Browse files
committed
REVERT: Run cb3 examples only
1 parent b6ad177 commit bdb103b

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ jobs:
2020
- ROBOT_MODEL: 'ur5'
2121
URSIM_VERSION: '3.14.3'
2222
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/cb3'
23-
- ROBOT_MODEL: 'ur5e'
24-
URSIM_VERSION: '5.9.4'
25-
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'
26-
- ROBOT_MODEL: 'ur20'
27-
URSIM_VERSION: 'latest'
28-
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'
29-
- ROBOT_MODEL: 'ur5e'
30-
URSIM_VERSION: '10.7.0'
31-
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/polyscopex'
32-
- ROBOT_MODEL: 'ur5e'
33-
URSIM_VERSION: '10.11.0'
34-
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/polyscopex'
35-
- ROBOT_MODEL: 'ur5e'
36-
URSIM_VERSION: '10.12.0'
37-
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/polyscopex'
23+
#- ROBOT_MODEL: 'ur5e'
24+
#URSIM_VERSION: '5.9.4'
25+
#PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'
26+
#- ROBOT_MODEL: 'ur20'
27+
#URSIM_VERSION: 'latest'
28+
#PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'
29+
#- ROBOT_MODEL: 'ur5e'
30+
#URSIM_VERSION: '10.7.0'
31+
#PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/polyscopex'
32+
#- ROBOT_MODEL: 'ur5e'
33+
#URSIM_VERSION: '10.11.0'
34+
#PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/polyscopex'
35+
#- ROBOT_MODEL: 'ur5e'
36+
#URSIM_VERSION: '10.12.0'
37+
#PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/polyscopex'
3838

3939
steps:
4040
- uses: actions/checkout@v6
@@ -80,10 +80,10 @@ jobs:
8080
- name: Access PolyScope
8181
if: ${{ steps.check_polyscopex.outputs.is_polyscopex == 'true' }}
8282
run: chrome --no-sandbox --disable-settuid-sandbox --headless=new 192.168.56.101 &
83-
- name: test
84-
run: cd build && ctest --output-on-failure --output-junit junit.xml
85-
env:
86-
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
83+
#- name: test
84+
#run: cd build && ctest --output-on-failure --output-junit junit.xml
85+
#env:
86+
#URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
8787
- name: Upload test results to Codecov
8888
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
8989
uses: codecov/codecov-action@v6

0 commit comments

Comments
 (0)