Skip to content

DRAFT: Delegate state to link and flow to port (do not merge here, but to upstream) #177

DRAFT: Delegate state to link and flow to port (do not merge here, but to upstream)

DRAFT: Delegate state to link and flow to port (do not merge here, but to upstream) #177

Workflow file for this run

# This workflow checks that the unit tests still run OK
name: Unit Test Check
on:
push:
pull_request:
jobs:
unit_tests:
name: unit_tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: check tests run
run: |
python3 -m unittest discover -s tests -p 'test_*.py'