diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 5de223fc6..df8965299 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -25,5 +25,7 @@ jobs: java-version: ${{matrix.java}} distribution: 'adopt' cache: maven - - name: Build with Maven Wrapper + - name: Compile the code run: ./mvnw -B package + - name: Run the tests + run: ./mvnw test