Skip to content

Commit 19d5253

Browse files
committed
Roll back to official template (https://github.com/marketplace/actions/ros-2-ci-action), explicitly set skip-tests to false
1 parent 6706497 commit 19d5253

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,16 @@ jobs:
66
jazzy_ci:
77
name: Jazzy
88
runs-on: ubuntu-24.04
9-
strategy:
10-
fail-fast: false
11-
container:
12-
image: osrf/ros2:testing
139
steps:
14-
- name: Checkout repo
15-
uses: actions/checkout@v4
16-
- name: Create Workspace
17-
run: |
18-
mkdir src_tmp
19-
mv `find -maxdepth 1 -not -name . -not -name src_tmp` src_tmp/
20-
mv src_tmp/ src/
21-
- name: Install Prerequisites
22-
run: |
23-
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
24-
apt-get update && apt-get upgrade -y && rosdep update; \
25-
rosdep install --from-paths src --ignore-src -y'
26-
- name: Build Workspace
27-
run: |
28-
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
29-
colcon build'
30-
- name: Run Tests
31-
run: |
32-
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
33-
colcon test; \
34-
colcon test-result --verbose'
10+
- uses: actions/[email protected]
11+
- uses: ros-tooling/[email protected]
12+
with:
13+
required-ros-distributions: jazzy
14+
- uses: ros-tooling/[email protected]
15+
id: action_ros_ci_step
16+
with:
17+
target-ros2-distro: jazzy
18+
import-token: ${{ secrets.GITHUB_TOKEN }}
19+
skip-tests: false
20+
package-name:
21+
robot_upstart

0 commit comments

Comments
 (0)