Skip to content

test actions

test actions #1

Workflow file for this run

name: Integration Test
on:
pull_request:
branches: [humble]
jobs:
CI:
runs-on: ubuntu-22.04
container:
image: mcgillrobotics/humanoid:latest
steps:
- uses: actions/checkout@v3
- name: colcon build
shell: bash
run: |
cd ros2_ws
colcon build