Skip to content

Update unit_test_auto.yaml #6

Update unit_test_auto.yaml

Update unit_test_auto.yaml #6

Workflow file for this run

name: Unit Tests Auto Trigger
on:
push:
jobs:
job1:
name: Unit test
runs-on: [self-hosted, ds-sqa-hn-003]
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/[email protected]
- name: Unit Testing
run: |
make prepare
cd build
cmake --toolchain ../cmake/toolchain.cmake .. -DENABLE_UNIT_TESTING=ON -DBOARD_NAME=brd4187c
make unit_tests -j4