Skip to content

Fix syntax error and remove repository from sources after successful … #283

Fix syntax error and remove repository from sources after successful …

Fix syntax error and remove repository from sources after successful … #283

name: Unit Tests
on:
push:
workflow_dispatch:
jobs:
tox-unit-test:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install tox==4.18.1
- run: tox -- -m "not systest"