Skip to content

Commit 3cb25ed

Browse files
committed
Fix
1 parent 245e62a commit 3cb25ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ jobs:
6666
enable-cache: true
6767
- run: uv sync
6868
working-directory: backend
69+
- run: npm ci
70+
working-directory: frontend
6971
- run: uv run bash scripts/generate-client.sh
7072
env:
7173
VIRTUAL_ENV: backend/.venv
72-
ENVIRONMENT: local
73-
- run: npm ci
74-
working-directory: frontend
7574
- run: docker compose build
7675
- run: docker compose down -v --remove-orphans
7776
- name: Run Playwright tests

0 commit comments

Comments
 (0)