mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 14:12:18 -05:00
ci: run tests before building and deploying website
Catches parser regressions before any deployment artifact is produced. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
3
.github/workflows/deploy-website.yml
vendored
3
.github/workflows/deploy-website.yml
vendored
@@ -30,6 +30,9 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: uv sync --group build
|
||||
|
||||
- name: Run tests
|
||||
run: make test
|
||||
|
||||
- name: Restore star data cache
|
||||
id: cache-stars
|
||||
uses: actions/cache/restore@v4
|
||||
|
||||
Reference in New Issue
Block a user