small fixes to metadata.db #3
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: Unit Tests | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
Unit_Tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Set up ROS 2 workspace | |
uses: ros-tooling/[email protected] | |
with: | |
required-ros-distro: humble | |
- name: Build and test | |
uses: ros-tooling/[email protected] | |
with: | |
package-name: fogros2_rt_x | |
target-ros2-distro: humble |