Skip to content

Docker for compiling, linting, and testing #250

Docker for compiling, linting, and testing

Docker for compiling, linting, and testing #250

Workflow file for this run

name: Unit Test
on:
pull_request:
type: [opened, synchronize]
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Build and run tests
run: bash ./tools/run_docker.bash test