From 200e048f1a5f3a6e93eb86e2b9b53c733124a8f3 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Wed, 24 Apr 2024 16:10:42 -0500 Subject: [PATCH] Fixes #168 - Fix build --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ab105c..84b7b01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,7 @@ jobs: java-version: 21 - name: Build WAR run: | - npx playwright install --with-deps - mvn --no-transfer-progress -B install + mvn -B -DskipITs=true -DskipTests=true --ntp install - name: Login to GHCR uses: docker/login-action@v2 with: