Skip to content

Commit a3cc3b9

Browse files
committed
Inspect stuff
1 parent 79010a5 commit a3cc3b9

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
@@ -272,6 +272,8 @@ jobs:
272272
ROBOT_MODEL: ${{matrix.env.ROBOT_MODEL}}
273273
URSIM_VERSION: ${{matrix.env.URSIM_VERSION}}
274274
PROGRAM_FOLDER: ${{matrix.env.PROGRAM_FOLDER}}
275+
- name: inspect build folder
276+
run: ls -la build && ls -la build/tests
275277
- name: test robot type
276278
run: cd build && ctest -R PrimaryClientTest.test_robot_type --verbose --output-junit junit.xml
277279
env:

0 commit comments

Comments
 (0)