LoRa_APRS_iGate/.github/workflows/dut_testing.yml

16 wiersze
316 B
YAML

name: DUT Tests
on: [push, pull_request]
jobs:
dut_tests:
name: DUT testing
runs-on: dut-testing
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install python reqirements
run: cd HIL && make install
- name: Run Tests
run: cd HIL && make test