Skip to content

Commit 0eddf3c

Browse files
committed
ci: update uv sync command in backend test workflow
- Replace `--extra test` with `--group test` for dependency installation in `test-backend.yml`.
1 parent c00ce17 commit 0eddf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cache-dependency-glob: "backend/uv.lock"
4747

4848
- name: Install dependencies
49-
run: uv sync --extra test --extra migrations --extra metrics
49+
run: uv sync --group test --extra migrations --extra metrics
5050

5151
- name: Run tests
5252
env:

0 commit comments

Comments
 (0)