Skip to content

Commit

Permalink
Fixed wrong path of middleware config files in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak committed Aug 13, 2024
1 parent e71cf02 commit a2c5d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
cd ${ROS_UNDERLAY}/..
. /opt/ros/rolling/setup.sh
. install/setup.sh
sh src/moveit_middleware_benchmark/scripts/run_all_benchmarks.sh -i ./src/moveit_middleware_benchmark/middleware_configurations/rmw_fastrtps/config_rmw_fastrtps.sh -d /benchmark_results
sh src/moveit_middleware_benchmark/scripts/run_all_benchmarks.sh -i ./src/moveit_middleware_benchmark/middleware_configurations/rmw_fastrtps/config.sh -d /benchmark_results
- name: run benchmarks for rmw_cyclonedds
run: |
cd ${ROS_UNDERLAY}/..
. /opt/ros/rolling/setup.sh
. install/setup.sh
sh src/moveit_middleware_benchmark/scripts/run_all_benchmarks.sh -i ./src/moveit_middleware_benchmark/middleware_configurations/rmw_cyclonedds/config_rmw_cyclonedds.sh -d /benchmark_results
sh src/moveit_middleware_benchmark/scripts/run_all_benchmarks.sh -i ./src/moveit_middleware_benchmark/middleware_configurations/rmw_cyclonedds/config.sh -d /benchmark_results
- name: clone repo
uses: actions/checkout@v3
- name: add to safe directory
Expand Down

0 comments on commit a2c5d7c

Please sign in to comment.