Skip to content

Ignore transmitting results if testflinger.json is missing #109

Ignore transmitting results if testflinger.json is missing

Ignore transmitting results if testflinger.json is missing #109

Workflow file for this run

name: "[agent] Run unit tests"
on:
push:
branches: [ main ]
paths:
- agent/**
pull_request:
branches: [ main ]
paths:
- agent/**
jobs:
build:
defaults:
run:
working-directory: agent
runs-on: [self-hosted, linux, X64]
strategy:
matrix:
python: ["3.8", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Run tests
run: |
tox