Skip to content

Main reformat

Main reformat #3

Workflow file for this run

name: Run Unittest
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
run_unittest:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install vcs
run: pip3 install vcstool
- name: Prepare thirdparty repos
run: ./setup-dependency.sh
- name: Build images
shell: bash
run: ./build-docker.sh -p -i -w -u 1000
- name: Run unittest
shell: bash
run: ./launch.sh -u