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 2446c4d commit 5edfb86Copy full SHA for 5edfb86
1 file changed
.github/workflows/ci.yml
@@ -104,6 +104,8 @@ jobs:
104
- name: Access PolyScope
105
if: ${{ steps.check_polyscopex.outputs.is_polyscopex == 'true' }}
106
run: chrome --no-sandbox --disable-settuid-sandbox --headless=new 192.168.56.101 &
107
+ - name: Generate rtde outputs lists
108
+ run: python3 tests/resources/generate_rtde_outputs.py
109
- name: test
110
run: cd build && ctest --output-on-failure --output-junit junit.xml
111
env:
0 commit comments