mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00: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:
parent
d78c2f785f
commit
32acf942d9
1 changed files with 3 additions and 0 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue