Skip to content

Commit

Permalink
DONT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Nov 3, 2023
1 parent 2ab635c commit 34e31ee
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
matrix:
ros2-distro: [humble, iron]
steps:
- name: Checkout this repository
uses: actions/checkout@v4.1.1

- name: Checkout ROS 2 examples
uses: actions/checkout@v4.1.1
with:
Expand All @@ -27,12 +24,12 @@ jobs:
rclpy/topics
- name: Setup workspace
uses: ./setup
uses: ichiro-its/ros2-build-and-test-action/setup@${{ github.sha }}
with:
ros2-distro: ${{ matrix.ros2-distro }}

- name: Build workspace
uses: ./build
uses: ichiro-its/ros2-build-and-test-action/build@${{ github.sha }}
with:
ros2-distro: ${{ matrix.ros2-distro }}

Expand All @@ -44,9 +41,6 @@ jobs:
matrix:
ros2-distro: [humble, iron]
steps:
- name: Checkout this repository
uses: actions/checkout@v4.1.1

- name: Checkout ROS 2 examples on non master branch
uses: actions/checkout@v4.1.1
with:
Expand All @@ -58,6 +52,6 @@ jobs:
rclpy/topics
- name: Test the action
uses: ./
uses: ichiro-its/ros2-build-and-test-action@${{ github.sha }}
with:
ros2-distro: ${{ matrix.ros2-distro }}

0 comments on commit 34e31ee

Please sign in to comment.