Instalar o maven
Some checks failed
CI/CD Pipeline Coolify / testes (push) Failing after 43s
CI/CD Pipeline Coolify / deploy-trigger (push) Has been skipped

This commit is contained in:
2026-02-26 23:29:54 +00:00
parent db532b19a6
commit 3fef8d8c15

View File

@@ -18,10 +18,12 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Instalar Maven
run: sudo apt-get update && sudo apt-get install -y maven
- name: Rodar Testes com Maven
run: mvn test
run: mvn -B test
# Job 2: Trigger da API (Só roda se os testes passarem)
deploy-trigger: