Skip to content

created codeowner file in order to define required approvers on PRs #12

created codeowner file in order to define required approvers on PRs

created codeowner file in order to define required approvers on PRs #12

Workflow file for this run

on: [push]
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-python@v5
- run: |
python -m pip install --upgrade pip
pip install pytest
- run: |
python tools/build_unit_tests.py --run_tests