mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
16 lines
324 B
YAML
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
|