Skip to content

Commit 809ab82

Browse files
committed
👷 Update CI commands
1 parent fdfc745 commit 809ab82

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,11 @@ jobs:
5959
limit-access-to-actor: true
6060
- name: Install uv
6161
uses: astral-sh/setup-uv@v7
62-
with:
63-
version: "0.4.15"
64-
enable-cache: true
6562
- run: uv sync
6663
working-directory: backend
6764
- run: bun ci
6865
working-directory: frontend
69-
- run: uv run bash scripts/generate-client.sh
70-
env:
71-
VIRTUAL_ENV: backend/.venv
66+
- run: bash scripts/generate-client.sh
7267
- run: docker compose build
7368
- run: docker compose down -v --remove-orphans
7469
- name: Run Playwright tests

0 commit comments

Comments
 (0)