Skip to content

Commit

Permalink
ci: Change initial letter from lowercase to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
uhobeike committed May 14, 2024
1 parent 0ae665f commit ee3e39b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
container: osrf/ros:humble-desktop-full
steps:
- uses: actions/checkout@v2
- name: apt update install
- name: Apt update install
run: |
sudo apt update -y
sudo apt install -y \
Expand All @@ -32,7 +32,7 @@ jobs:
ros-$ROS_DISTRO-navigation2 \
ros-$ROS_DISTRO-nav2-bringup \
ros-$ROS_DISTRO-turtlebot3-gazebo
- name: build
- name: Build
run: |
mkdir -p /root/ros2_ws/src/emcl2_ros2/
rsync -av ./ /root/ros2_ws/src/emcl2_ros2/
Expand All @@ -42,7 +42,7 @@ jobs:
rosdep install -i -y --from-path src --rosdistro $ROS_DISTRO
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
shell: bash
- name: exec
- name: Exec
run: |
source /root/ros2_ws/install/setup.bash
ros2 run emcl2 test.bash
Expand Down

0 comments on commit ee3e39b

Please sign in to comment.