diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ecf6c18b1f..e40104abfc 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -24,7 +24,7 @@ jobs: distribution: ${{ matrix.distribution }} cache: maven - name: Build with Maven - run: ./mvnw -B package -Pcoverage --file pom.xml + run: ./mvnw -Dmaven.test.skip=true -B package -Pcoverage --file pom.xml - name: Upload failed test reports uses: actions/upload-artifact@v3 if: always()