Skip to content

feat: add this branch in workflow for testing #1

feat: add this branch in workflow for testing

feat: add this branch in workflow for testing #1

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [master, feature/fix-github-actions]
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
path: akushon
- name: Checkout akushon Interfaces
uses: actions/[email protected]
with:
repository: ichiro-its/akushon_interfaces
path: akushon_interfaces
- name: Checkout tachimawari
uses: actions/[email protected]
with:
repository: ichiro-its/tachimawari
path: tachimawari
- name: Checkout tachimawari interfaces
uses: actions/[email protected]
with:
repository: ichiro-its/tachimawari_interfaces
path: tachimawari_interfaces
- name: Setup workspace
uses: ichiro-its/ros2-ws-action/[email protected]
- name: Build workspace
uses: ichiro-its/ros2-ws-action/[email protected]
- name: Test workspace
uses: ichiro-its/ros2-ws-action/[email protected]