Skip to content

Commit

Permalink
Pass the package group to macOS installer
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 13, 2025
1 parent fb372bf commit c9578cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,10 @@ jobs:

- name: Install uv
uses: astral-sh/setup-uv@v5
- run: uv sync --group test --group package
- name: Run CLI tests
run: uv run make test
run: uv run --group test --group package make test
- name: Build macOS app
run: uv run ./install/macos/build-app.py
run: uv run --group package ./install/macos/build-app.py
- name: Upload macOS app
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c9578cc

Please sign in to comment.