Clean folder structure #76
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: MELODIC ros-model-extractors | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
path: ros-model-extractors | |
- name: Build the docker container for melodic | |
run: | | |
pushd ros-model-extractors | |
docker build --tag=haros_melodic -f melodic/Dockerfile . | |
- name: Analyse the test ROS package for melodic | |
run: | | |
pushd ros-model-extractors | |
docker run haros_melodic:latest /test.sh ros1Parameters |