Atualizar .gitea/workflows/build.yaml
Some checks failed
Build e Deploy Direto / build-and-deploy (push) Failing after 4s

This commit is contained in:
2026-02-26 23:43:09 +00:00
parent 583f0e5193
commit 1905647822

View File

@@ -21,8 +21,8 @@ jobs:
- name: Build do JAR (Sem Testes)
run: |
# O -DskipTests ignora os testes e foca só em gerar o arquivo
chmod +x mvnw
./mvnw clean package -DskipTests
# chmod +x mvnw
mvn clean install -DskipTests
- name: Chamar Webhook do Coolify
run: |