Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 7fef2fe

Browse files
committed
append depends
1 parent 972e774 commit 7fef2fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,17 @@ jobs:
2222
with:
2323
required-ros-distributions: foxy
2424

25+
- name: Concat build_depends.repos
26+
run: |
27+
curl -sSL https://raw.githubusercontent.com/tier4/AutowareArchitectureProposal.iv/ros2/build_depends.repos | sed '1d' >> build_depends.repos
28+
2529
- name: Run action-ros-ci
2630
id: action_ros_ci_step
2731
uses: ros-tooling/[email protected]
2832
with:
2933
package-name: obstacle_stop_planner_refine
3034
target-ros2-distro: foxy
31-
vcs-repo-file-url: build_depends.repos file://${{ github.workspace }}/src/autoware/AutowareArchitectureProposal.iv/build_depends.repos
35+
vcs-repo-file-url: build_depends.repos
3236
colcon-mixin-name: coverage-gcc coverage-pytest
3337
# If possible, pin the repository in the workflow to a specific commit to avoid
3438
# changes in colcon-mixin-repository from breaking your tests.

0 commit comments

Comments
 (0)