We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3be5a commit 4e18b8eCopy full SHA for 4e18b8e
.github/workflows/generate-client.yml
@@ -26,6 +26,7 @@ jobs:
26
uses: astral-sh/setup-uv@v2
27
with:
28
version: "0.4.15"
29
+ enable-cache: true
30
- name: Install dependencies
31
run: npm ci
32
working-directory: frontend
.github/workflows/lint-backend.yml
@@ -23,5 +23,6 @@ jobs:
23
24
25
- run: uv run bash scripts/lint.sh
working-directory: backend
.github/workflows/test-backend.yml
@@ -23,6 +23,7 @@ jobs:
- run: docker compose down -v --remove-orphans
- run: docker compose up -d db mailcatcher
- name: Migrate DB
0 commit comments