test mvn deploy
Some checks failed
Gitea Action Maven build / build (push) Failing after 36s

This commit is contained in:
Eduard Kuksa 2025-01-21 23:48:14 +07:00
parent 62b63686ec
commit 7c739e7505

View File

@ -22,7 +22,5 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: List files in target directory
run: |
pwd
ls -la target
- name: Test maven deploy
run: mvn deploy