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 fa0e220 commit 0e75be5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,13 @@ jobs:
- name: Install dependencies and build
shell: bash
run: |
ls -a
pwd
echo $GITHUB_WORKSPACE
cd src/cda-telematics/telematic_system/telematic_historical_data_processing/rosbag2_processing_service/docker
chmod 777 checkout.sh
./checkout.sh
cp -R src/cda-telematics/telematic_system/telematic_historical_data_processing/rosbag2_processing_service/** /ws
cp -R $GITHUB_WORKSPACE/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 0e75be5

Please sign in to comment.