feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -150,7 +150,8 @@ jobs:
|
||||
# Run backend tests and build
|
||||
- name: Test & build backend
|
||||
working-directory: .
|
||||
run: mvn clean test
|
||||
run: #mvn clean test
|
||||
mvn clean test -Dspring.profiles.active=test
|
||||
|
||||
- name: Done
|
||||
run: echo "Workflow successfully completed."
|
||||
Reference in New Issue
Block a user