We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 546532e commit 1a26fc2Copy full SHA for 1a26fc2
1 file changed
.github/workflows/test-backend.yml
@@ -51,7 +51,7 @@ jobs:
51
restore-keys: uv-${{ runner.os }}-
52
53
- name: Install dependencies
54
- run: uv sync --extra test --extra migrations
+ run: uv sync --extra test --extra migrations --extra metrics
55
56
- name: Run tests
57
env:
0 commit comments