We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfc745 commit 809ab82Copy full SHA for 809ab82
.github/workflows/playwright.yml
@@ -59,16 +59,11 @@ jobs:
59
limit-access-to-actor: true
60
- name: Install uv
61
uses: astral-sh/setup-uv@v7
62
- with:
63
- version: "0.4.15"
64
- enable-cache: true
65
- run: uv sync
66
working-directory: backend
67
- run: bun ci
68
working-directory: frontend
69
- - run: uv run bash scripts/generate-client.sh
70
- env:
71
- VIRTUAL_ENV: backend/.venv
+ - run: bash scripts/generate-client.sh
72
- run: docker compose build
73
- run: docker compose down -v --remove-orphans
74
- name: Run Playwright tests
0 commit comments