Skip to content

Dashboard: microapp v2 #558

Dashboard: microapp v2

Dashboard: microapp v2 #558

Workflow file for this run

name: ros-translator
on:
pull_request:
paths:
- '.github/workflows/ros-translator.yml'
- 'packages/ros-translator/**'
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CI: true
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-24.04
container:
image: ghcr.io/${{ github.repository }}/minimal-rmf
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
defaults:
run:
shell: bash
working-directory: packages/ros-translator
steps:
- uses: actions/checkout@v4
- name: bootstrap
uses: ./.github/actions/bootstrap
with:
package: ros-translator
- name: test
run: . /opt/ros/jazzy/setup.bash && pnpm test