Add docker-compose file to run everything at once #45
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: Test neato_ros2_python | |
on: push | |
jobs: | |
build_and_test: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: ros-tooling/setup-ros@master | |
- uses: ros-tooling/action-ros-ci@master | |
with: | |
package-name: neato_ros2_python | |
target-ros2-distro: foxy |