Skip to content

r2r_iron

r2r_iron #187

Workflow file for this run

name: r2r_iron
on:
workflow_run:
workflows: ["Tests"]
types:
- completed
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
tests_humble:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash -lc "./integration/scripts/run-ros-tests-docker.sh r2r integration/docker/Dockerfile_r2r_iron copy"