We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0eced commit ba05975Copy full SHA for ba05975
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
version: "latest"
24
25
- name: Install dependencies
26
- run: uv sync
+ run: uv sync --group default --group test
27
28
- name: Install Playwright browsers
29
run: uv run playwright install chromium --with-deps
0 commit comments