Sebastián Ramírez
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
3 additions and
0 deletions
-
.github/workflows/generate-client.yml
-
.github/workflows/lint-backend.yml
-
.github/workflows/test-backend.yml
|
|
@ -26,6 +26,7 @@ jobs: |
|
|
|
uses: astral-sh/setup-uv@v2 |
|
|
|
with: |
|
|
|
version: "0.4.15" |
|
|
|
enable-cache: true |
|
|
|
- name: Install dependencies |
|
|
|
run: npm ci |
|
|
|
working-directory: frontend |
|
|
|
|
|
@ -23,5 +23,6 @@ jobs: |
|
|
|
uses: astral-sh/setup-uv@v2 |
|
|
|
with: |
|
|
|
version: "0.4.15" |
|
|
|
enable-cache: true |
|
|
|
- run: uv run bash scripts/lint.sh |
|
|
|
working-directory: backend |
|
|
|
|
|
@ -23,6 +23,7 @@ jobs: |
|
|
|
uses: astral-sh/setup-uv@v2 |
|
|
|
with: |
|
|
|
version: "0.4.15" |
|
|
|
enable-cache: true |
|
|
|
- run: docker compose down -v --remove-orphans |
|
|
|
- run: docker compose up -d db mailcatcher |
|
|
|
- name: Migrate DB |
|
|
|