mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add groups to windows and mac runners
This commit is contained in:
parent
cf4173abcf
commit
cd31dd48e7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -117,7 +117,7 @@ jobs:
|
|||
python-version: "3.12"
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
- run: uv sync --group test
|
||||
- run: uv sync --group test --group package
|
||||
- name: Restore cached tessdata
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
|
@ -175,7 +175,7 @@ jobs:
|
|||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
- run: uv sync
|
||||
- run: uv sync --group test --group package
|
||||
- name: Run CLI tests
|
||||
run: uv run make test
|
||||
- name: Build macOS app
|
||||
|
|
Loading…
Reference in a new issue