feat: added setup maven step to the backend pipeline
Some checks failed
Backend CI / Run Maven Tests (pull_request) Failing after 7s

This commit is contained in:
2025-08-02 22:17:40 +03:00
parent c5433dfefd
commit 823f91804a

View File

@@ -26,6 +26,11 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Set up Maven
uses: actions/setup-maven@v3
with:
maven-version: '3.6.3'
- name: Run Maven tests
working-directory: ./backend
run: mvn test