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