feat: added setup maven step to the backend pipeline

This commit is contained in:
2025-08-07 19:15:42 +03:00
parent e15de89053
commit 2e9db89ffa

View File

@@ -25,14 +25,11 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
<<<<<<< HEAD
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: '3.6.3'
=======
>>>>>>> c5433df (feat: removed backend pipeline step for caching m2)
- name: Run Maven tests
working-directory: ./backend