From 9875e81118cbf8475989d495c97857ce98eba237 Mon Sep 17 00:00:00 2001 From: Ghislain Fourny Date: Mon, 18 Nov 2024 14:40:33 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cda5ccce9..149545d52 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -136,5 +136,3 @@ jobs: run: mvn install -DskipTests -Dgpg.skip --quiet - name: Compile with Maven run: mvn clean compile assembly:single - - name: DeltaUpdateRuntimeTests - run: mvn -Dtest=DeltaUpdateRuntimeTests test