remove maven test
All checks were successful
Gitea Action Maven build / build (push) Successful in 50s

This commit is contained in:
Eduard Kuksa 2025-02-02 15:59:40 +07:00
parent ff5bb53248
commit 72607ed235

View File

@ -22,8 +22,8 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Run tests
run: mvn test
# - name: Run tests
# run: mvn test
- name: Upload artifact
uses: actions/upload-artifact@v3
with: