Skip to content

Commit ee25ede

Browse files
Merge branch 'fastapi:master' into refactor-status-code
2 parents cf90552 + 451c656 commit ee25ede

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/generate-client.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: astral-sh/setup-uv@v2
2727
with:
2828
version: "0.4.15"
29+
enable-cache: true
2930
- name: Install dependencies
3031
run: npm ci
3132
working-directory: frontend

.github/workflows/lint-backend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
uses: astral-sh/setup-uv@v2
2424
with:
2525
version: "0.4.15"
26+
enable-cache: true
2627
- run: uv run bash scripts/lint.sh
2728
working-directory: backend

.github/workflows/test-backend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: astral-sh/setup-uv@v2
2424
with:
2525
version: "0.4.15"
26+
enable-cache: true
2627
- run: docker compose down -v --remove-orphans
2728
- run: docker compose up -d db mailcatcher
2829
- name: Migrate DB

release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
### Internal
3636

37+
* 👷 Use uv cache on GitHub Actions. PR [#1366](https://github.com/fastapi/full-stack-fastapi-template/pull/1366) by [@tiangolo](https://github.com/tiangolo).
3738
* 👷 Update GitHub Actions format. PR [#1363](https://github.com/fastapi/full-stack-fastapi-template/pull/1363) by [@tiangolo](https://github.com/tiangolo).
3839
* 👷 Use `uv` for Python env to generate client. PR [#1362](https://github.com/fastapi/full-stack-fastapi-template/pull/1362) by [@tiangolo](https://github.com/tiangolo).
3940
* 👷 Run tests from Python environment (with `uv`), not from Docker container. PR [#1361](https://github.com/fastapi/full-stack-fastapi-template/pull/1361) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)