From 8f297aef26c073a2add88c3c516514c70c4bf3be Mon Sep 17 00:00:00 2001 From: Braydon Date: Mon, 22 Apr 2024 20:10:50 -0700 Subject: [PATCH] Update .gitea/workflows/deploy-api.yml --- .gitea/workflows/deploy-api.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy-api.yml b/.gitea/workflows/deploy-api.yml index 6058c6a..edfe7ce 100644 --- a/.gitea/workflows/deploy-api.yml +++ b/.gitea/workflows/deploy-api.yml @@ -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