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 c2a7666 commit c8613c3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ jobs:
with:
path: tachimawari

- name: Build and test workspace
uses: ichiro-its/ros2-ws-action@v1.0.0
- name: Setup workspace
uses: ichiro-its/ros2-ws-action/setup@v1.0.0

- name: Build workspace
uses: ichiro-its/ros2-ws-action/build@v1.0.0

- name: Test workspace
uses: ichiro-its/ros2-ws-action/test@v1.0.0

0 comments on commit c8613c3

Please sign in to comment.