LoRa_APRS_iGate/.github/workflows/dut_testing.yml
2021-09-19 19:59:19 +01:00

16 lines
324 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 testlib && make install
- name: Run Tests
run: cd testlib && make test