[Documentation] Update ros1 and ros2 model description #313
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ros-model CI | |
on: [push,pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
path: ros-model | |
- name: Build and test with Maven | |
run: | | |
pushd ros-model | |
mvn clean verify -f plugins/de.fraunhofer.ipa.ros.parent/pom.xml |