From ed44d57e66f0ed28e41833d768518e48a2ad1158 Mon Sep 17 00:00:00 2001 From: Hugo Queinnec Date: Tue, 2 Jul 2024 17:05:30 +0200 Subject: [PATCH] run tests --- .github/workflows/maven-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index ffe067cc..fccb8af3 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -28,6 +28,8 @@ jobs: server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file + - name: Run all tests + run: mvn test - name: Build with Maven run: mvn -B package --file pom.xml