From 90425e97438337c0893b985ddedc1ea7ed943c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Perdomo?= Date: Fri, 19 Jan 2024 13:47:15 +0100 Subject: [PATCH] IM-98 Add missing `-DskipTests` * Some tests require MongoDB and other external services :/ --- .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 3c2db1eb4..7bd4396fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,5 +16,5 @@ jobs: cache: 'maven' - name: Build with maven run: | - ./mvnw -U clean install + ./mvnw -U clean install -DskipTests ./mvnw -pl :klab.ogc test -Dtest="*STAC*"