Skip to content

Commit

Permalink
Use setup-ros@master in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed Feb 14, 2023
1 parent 4505156 commit c2d2e35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
needs: pre_condition
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: foxy
- uses: ./
Expand All @@ -120,7 +120,7 @@ jobs:
needs: pre_condition
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: foxy
# Skip installing test_depend dependency and verifies it isn't installed.
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
if: ${{ !github.event.repository.fork && !github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: foxy
- uses: ./
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
with:
node-version: "16.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@master
- uses: ./
id: test_single_package
name: "Test single package, default options"
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
with:
node-version: "16.x"
- run: .github/workflows/build-and-test.sh
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@master
- uses: ./
id: test_single_package
name: "Test single package, default options"
Expand Down

0 comments on commit c2d2e35

Please sign in to comment.