Skip to content

Commit 5edfb86

Browse files
committed
Generate output lists in test stage
1 parent 2446c4d commit 5edfb86

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
- name: Access PolyScope
105105
if: ${{ steps.check_polyscopex.outputs.is_polyscopex == 'true' }}
106106
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
107109
- name: test
108110
run: cd build && ctest --output-on-failure --output-junit junit.xml
109111
env:

0 commit comments

Comments
 (0)