Skip to content

Minor updates to allow the release creation of the version 2.0.0 of t… #378

Minor updates to allow the release creation of the version 2.0.0 of t…

Minor updates to allow the release creation of the version 2.0.0 of t… #378

Workflow file for this run

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