Skip to content

EW-1047: Add TSP System on Dev Environments #2035

EW-1047: Add TSP System on Dev Environments

EW-1047: Add TSP System on Dev Environments #2035

Workflow file for this run

name: Run Python Tests
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python 3
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: |
pip install pyyaml
- name: Run tests
run: python -m unittest discover -v