remove maven test from action
Some checks failed
Gitea Action Maven build / build (push) Failing after 10m52s

This commit is contained in:
Eduard Kuksa 2025-01-15 21:32:57 +07:00
parent b2a150c814
commit 32bed3d9e6

View File

@ -21,5 +21,4 @@ jobs:
distribution: 'oracle' distribution: 'oracle'
cache: 'maven' cache: 'maven'
- name: Build with Maven - name: Build with Maven
run: mvn test run: mvn -B package --file pom.xml
# run: mvn -B package --file pom.xml