We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0795254 + ba9f130 commit 7aa40c6Copy full SHA for 7aa40c6
2 files changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
version: "latest"
53
54
- name: Install backend dependencies
55
- run: uv sync --extra test
+ run: uv sync --all-extras
56
57
docker-build:
58
runs-on: ubuntu-latest
.github/workflows/playwright.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
- run: uv sync
49
50
- name: Install frontend dependencies
51
working-directory: ./app
0 commit comments