Skip to content

r2r_galactic

r2r_galactic #187

Workflow file for this run

name: r2r_galactic
on:
workflow_run:
workflows: ["Tests"]
types:
- completed
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
tests_galactic:
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_galactic copy"