Skip to content

Commit 6df9b2b

Browse files
committed
dbg7
1 parent 538af76 commit 6df9b2b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/systemtests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,15 @@ jobs:
3232
3333
- name: Flight test
3434
run: |
35+
cd ros2_ws
3536
python3 src/crazyswarm2/systemtests/newsub.py
3637
38+
- name: Upload files
39+
uses: actions/upload-artifact@v3
40+
with:
41+
name: bagfiles
42+
path: ros2_ws/bagfiles/
43+
3744
# - name: build and test ROS 2
3845
# uses: ros-tooling/action-ros-ci@v0.3
3946
# with:

0 commit comments

Comments
 (0)