From ccdcb05e65192e7289b8fd288876d92e2e55bfbd Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Fri, 13 Dec 2024 00:13:47 +0000 Subject: [PATCH] x test --- .github/workflows/multiOSReleases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index a0c276b20..100396d09 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -66,7 +66,7 @@ jobs: # Build installer - name: Build Installer - run: ./gradlew build jpackage --info + run: ./gradlew build jpackage -x test --info env: DOCKER_ENABLE_SECURITY: false STIRLING_PDF_DESKTOP_UI: true