Skip to content

Commit 1a26fc2

Browse files
committed
ci: add metrics dependencies to backend test workflow
1 parent 546532e commit 1a26fc2

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
@@ -51,7 +51,7 @@ jobs:
5151
restore-keys: uv-${{ runner.os }}-
5252

5353
- name: Install dependencies
54-
run: uv sync --extra test --extra migrations
54+
run: uv sync --extra test --extra migrations --extra metrics
5555

5656
- name: Run tests
5757
env:

0 commit comments

Comments
 (0)