Atualizar .gitea/workflows/build.yaml
Some checks failed
Build e Deploy Direto / build-and-deploy (push) Failing after 4s
Some checks failed
Build e Deploy Direto / build-and-deploy (push) Failing after 4s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user