Update .gitea/workflows/deploy-api.yml
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 22s

This commit is contained in:
Braydon 2024-04-22 20:10:50 -07:00
parent 7b602a0f21
commit 8f297aef26

@ -33,6 +33,8 @@ jobs:
# Run JUnit Tests
- name: Run Tests
run: mvn --batch-mode test -q
env:
SPRING_TEST: yes
# Re-checkout to reset the FS before deploying to Dokku
- name: Checkout - Reset FS