Skip to content

EW-1019: Fix WITH variables for old TSP Sync. #2235

EW-1019: Fix WITH variables for old TSP Sync.

EW-1019: Fix WITH variables for old TSP Sync. #2235

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.13
- name: Install dependencies
run: |
pip install pyyaml
- name: Run tests
run: python -m unittest discover -v