Skip to content

Commit

Permalink
trying to upload the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Nov 22, 2023
1 parent b744ab0 commit 04cf9b0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/systemtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,16 @@ jobs:
- name: Upload files
uses: actions/upload-artifact@v3
with:
name: pdf_logs_bagfiles
name: pdf_and_bagfiles
path: |
ros2_ws/bagfiles
ros2_ws/results
.ros/log
- name : Upload logs
uses: actions/upload-artifact@v3
with:
name: logs
path: /home/github/.ros/log



Expand Down

0 comments on commit 04cf9b0

Please sign in to comment.