Skip to content

Commit

Permalink
trying stuff out
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 7, 2024
1 parent 14ba0b4 commit d317640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ jobs:
apt-get -qq update
apt-get -qq upgrade -y
apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result
- uses: mikaelarguedas/action-ros-ci@skip-connext-6-0-1
- uses: mikaelarguedas/action-ros-ci@skip-connext-6-0-1-test-sros2
with:
package-name: |
sros2
sros2_cmake
# test_security
extra-cmake-args: '-DSECURITY=ON --no-warn-unused-cli'
target-ros2-distro: rolling
# rosdep-skip-keys: rti-connext-dds-6.0.1
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/rolling')
Expand Down

0 comments on commit d317640

Please sign in to comment.