Add build and publish steps #3

Merged
chimeudeonwop merged 53 commits from feature/setup-workflow-pipeline into main 2025-11-04 18:20:11 +00:00
4 changed files with 206 additions and 1 deletions
Showing only changes of commit fb93faad5c - Show all commits

View File

@ -145,6 +145,6 @@ jobs:
# Run backend tests and build # Run backend tests and build
- name: Test & build backend - name: Test & build backend
working-directory: . working-directory: .
run: run: |
mvn clean test -Dspring.profiles.active=test mvn clean test -Dspring.profiles.active=test
echo "Backend test and build workflow successfully completed." echo "Backend test and build workflow successfully completed."