Skip to content

Workflow file for this run

---
#---
#name: Run unit tests
#on:
# push:
# branches:
# - "*"
# pull_request:
# branches:
# - "*"
#jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Set up Python 3.11
# uses: actions/setup-python@v5
# with:
# python-version: 3.11
# - name: Checkout code
# uses: actions/checkout@v4
# - name: Install dependencies
# run: pip install -r requirements.txt
# - name: Run tests
# run: python -m unittest discover