Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Jan 22, 2024
1 parent f2b6e0c commit 15a8b14
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/systemtests_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,16 @@ jobs:
with:
name: pdf_rosbags_and_logs
path: |
ls /home/github/.local/lib/python3.10/site-packages/
ls /home/github/.local/lib/python3.10/
/home/github/.local/lib/python3.10/site-packages/cffirmware-0.1-py3.10.egg/
/home/github/.local/lib/python3.10/site-packages/
#ros2_ws/results
- name: Do some ls
id: step8
if: '!cancelled()'
run: |
ls /home/github/.local/lib/python3.10/

0 comments on commit 15a8b14

Please sign in to comment.