Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

chore: add Github actions set up `.github/workflows/pytest.yaml` #68

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request adds a GitHub Actions workflow file (pytest.yaml) that sets up a CI/CD pipeline for running tests on push and pull request events. The workflow installs Python, installs Poetry, caches the virtual environment, installs project dependencies, and runs the automated tests using pytest.

closes #67