we're not root in a container in this example #1164
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 action-ros-ci | |
on: | |
pull_request: | |
push: | |
jobs: | |
test_latest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ros-tooling/[email protected] | |
- name: Install prerequisites for action-ros-ci and FastRTPS | |
run: | | |
sudo apt-get -qq update | |
sudo apt-get -qq upgrade -y | |
sudo apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: | | |
sros2 | |
sros2_cmake | |
test_security | |
extra-cmake-args: '-DSECURITY=ON --no-warn-unused-cli' | |
target-ros2-distro: rolling | |
vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/rolling/ros2.repos |