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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user