Skip to content

Commit

Permalink
Add test for Melodic (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Moulard <tmoulard@amazon.com>
  • Loading branch information
Thomas Moulard authored Dec 21, 2019
1 parent 42e26d9 commit a868bed
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,26 @@ jobs:
- run: test -f /opt/ros/kinetic/setup.sh
name: "Check that kinetic setup.sh has been installed."

# ROS Melodic Morenia
test_melodic:
name: "ROS Melodic Morenia"
container:
image: ubuntu:bionic
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm run build

- uses: ./ # Uses an action in the root directory
with:
required-ros-distributions: melodic
- run: test -f /opt/ros/melodic/setup.sh
name: "Check that melodic setup.sh has been installed."

# ROS 2 distributions which did not reach end-of-life:
# Dashing Diademata (May 2019 - May 2021)
# Eloquent Elusor (November 2019 - November 2020)
Expand Down

0 comments on commit a868bed

Please # to comment.