Skip to content

Commit 8bc5aa4

Browse files
Build CI smoke projects directly
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8143f8e commit 8bc5aa4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cli-headless-e2e.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ jobs:
5959
working-directory: src
6060
run: dotnet restore UniGetUI.Avalonia.slnx
6161

62-
- name: Build Avalonia solution
62+
- name: Build headless daemon and CLI
6363
working-directory: src
64-
run: dotnet build UniGetUI.Avalonia.slnx --no-restore --configuration ${{ env.CONFIGURATION }} --verbosity minimal
64+
run: |
65+
dotnet build UniGetUI.Avalonia/UniGetUI.Avalonia.csproj --no-restore --configuration ${{ env.CONFIGURATION }} --verbosity minimal
66+
dotnet build UniGetUI.Cli/UniGetUI.Cli.csproj --no-restore --configuration ${{ env.CONFIGURATION }} --verbosity minimal
6567
6668
- name: Run headless CLI E2E
6769
shell: pwsh

0 commit comments

Comments
 (0)