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 79010a5 commit a3cc3b9Copy full SHA for a3cc3b9
1 file changed
.github/workflows/ci.yml
@@ -272,6 +272,8 @@ jobs:
272
ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}
273
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
274
PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
275
+ - name: inspect build folder
276
+ run: ls -la build && ls -la build/tests
277
- name: test robot type
278
run: cd build && ctest -R PrimaryClientTest.test_robot_type --verbose --output-junit junit.xml
279
env:
0 commit comments