From 06668c3c5ef0b4b5c844765fafdf5eadd7608310 Mon Sep 17 00:00:00 2001 From: davotoula Date: Sat, 25 Apr 2026 13:19:03 +0200 Subject: [PATCH] ci: include :nestsClient:test in desktop leg nestsClient is a KMP module with both JVM and Android targets. Add it to the desktop matrix's explicit test list so its JVM tests run on all three desktop OSes alongside quartz/commons/cli/desktopApp. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a783a6e47..77f213cac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: cache: gradle - name: Test + Build Desktop (gradle) - run: ./gradlew :quartz:test :commons:test :cli:test :desktopApp:test :desktopApp:${{ matrix.desktop-task }} --no-daemon + run: ./gradlew :quartz:test :commons:test :nestsClient:test :cli:test :desktopApp:test :desktopApp:${{ matrix.desktop-task }} --no-daemon - name: Upload Desktop Distribution uses: actions/upload-artifact@v7