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