Skip to content

Commit

Permalink
ci: separate "Build and test workspace" step into individual steps
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Nov 6, 2023
1 parent d157506 commit 0f08435
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,13 @@ jobs:
with:
path: kansei

- name: Build and test workspace
uses: ichiro-its/[email protected]
- name: Setup workspace
uses: ichiro-its/ros2-ws-action/[email protected]
with:
distro: iron

- name: Build workspace
uses: ichiro-its/ros2-ws-action/[email protected]

- name: Test workspace
uses: ichiro-its/ros2-ws-action/[email protected]

0 comments on commit 0f08435

Please sign in to comment.