Skip to content

Commit ddbe77e

Browse files
committed
fix github action bug
1 parent 8917816 commit ddbe77e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/humble-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run unit test in Docker
1919
run: |
2020
docker run --rm -v $(pwd):/workspace -w /workspace \
21-
glider-ros-humble \
21+
glider-ros:humble \
2222
bash -c "cd glider && cmake -S . -B build -DBUILD_ROS=OFF -DBUILD_TESTS=ON \
2323
&& cd build && cmake --build . && ctest --output-on-failure"
2424

.github/workflows/jazzy-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ on:
1717
- name: Run unit test in Docker
1818
run: |
1919
docker run --rm -v $(pwd):/workspace -w /workspace \
20-
glider-ros-jazzy \
20+
glider-ros:jazzy \
2121
bash -c "cd glider && cmake -S . -B build -DBUILD_ROS=OFF -DBUILD_TESTS=ON \
2222
&& cd build && cmake --build . && ctest --output-on-failure"

0 commit comments

Comments
 (0)