Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Mar 26, 2024
1 parent 8a7ee7e commit 2aa9f23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,10 @@ jobs:
chmod 777 checkout.sh
./checkout.sh
cd $GITHUB_WORKSPACE
ls $GITHUB_WORKSPACE/src/telematic_system/telematic_historical_data_processing/rosbag2_processing_service/
pwd
ls $GITHUB_WORKSPACE/src/cda-telematics/telematic_system/telematic_historical_data_processing/rosbag2_processing_service
ls /ws/src/
cp -R $GITHUB_WORKSPACE/src/telematic_system/telematic_historical_data_processing/rosbag2_processing_service/ /ws/src/
cp -R $GITHUB_WORKSPACE/src/cda-telematics/telematic_system/telematic_historical_data_processing/rosbag2_processing_service/ /ws/src/
chmod 777 install.sh
./install.sh
colcon build --packages-up-to rosbag2_processing_service
Expand Down

0 comments on commit 2aa9f23

Please sign in to comment.