@@ -21,4 +21,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
- run: mvn -B package --file pom.xml
+ run: mvn -B package -Dmaven.test.skip=true --file pom.xml