We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8917816 commit ddbe77eCopy full SHA for ddbe77e
.github/workflows/humble-ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Run unit test in Docker
19
run: |
20
docker run --rm -v $(pwd):/workspace -w /workspace \
21
- glider-ros-humble \
+ glider-ros:humble \
22
bash -c "cd glider && cmake -S . -B build -DBUILD_ROS=OFF -DBUILD_TESTS=ON \
23
&& cd build && cmake --build . && ctest --output-on-failure"
24
.github/workflows/jazzy-ci.yml
@@ -17,6 +17,6 @@ on:
17
- glider-ros-jazzy \
+ glider-ros:jazzy \
0 commit comments