mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 05:03:45 +08: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
|
- name: Install dependencies
|
||||||
run: uv sync --group build
|
run: uv sync --group build
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: make test
|
||||||
|
|
||||||
- name: Restore star data cache
|
- name: Restore star data cache
|
||||||
id: cache-stars
|
id: cache-stars
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user