Skip to content

Commit

Permalink
Merge pull request #30 from husarion/ros1-remove-deprecated-test
Browse files Browse the repository at this point in the history
Remove deprecated test build for melodic
  • Loading branch information
pkowalsk1 committed Sep 14, 2023
2 parents 87337b4 + 8fb13db commit e55ee8e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/catkin_build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ on:
- 'ros1'

jobs:
catkin-test-build-ubuntu-18-04:
runs-on: ubuntu-18.04
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: melodic
- uses: ros-tooling/[email protected]
with:
package-name: ros_components_description
target-ros1-distro: melodic

catkin-test-build-ubuntu-20-04:
runs-on: ubuntu-20.04
steps:
Expand All @@ -27,4 +16,4 @@ jobs:
- uses: ros-tooling/[email protected]
with:
package-name: ros_components_description
target-ros1-distro: noetic
target-ros1-distro: noetic

0 comments on commit e55ee8e

Please sign in to comment.