Skip to content

feat: enhance UI with modern design and improve test handling #3

feat: enhance UI with modern design and improve test handling

feat: enhance UI with modern design and improve test handling #3

Workflow file for this run

name: Tests
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python install.py
- name: Run tests
run: |
pytest