PeepDB-dev / peepdb

CLI tool and python library to inspect databases fast.
https://peepdb.dev/
GNU General Public License v3.0
59 stars 6 forks source link

Implement GitHub Actions Pipeline for Automated Tests #8

Closed Aherontas closed 1 week ago

Aherontas commented 1 month ago

We need to set up a GitHub Actions pipeline to automatically run our test suite whenever changes are pushed to the repository. This will help us ensure code quality and catch issues early in the development process.

Acceptance Criteria A GitHub Actions YAML file is added to the .github/workflows directory. The pipeline successfully runs the test suite on the specified triggers. The pipeline reports status (pass/fail) to the pull request or commit. The pipeline should be easily extendable for future enhancements.