feat: removed backend pipeline step for caching m2
Some checks failed
Backend CI / Run Maven Tests (pull_request) Failing after 12s

This commit is contained in:
2025-08-02 22:12:05 +03:00
parent 8af5ea02cd
commit c5433dfefd

View File

@@ -26,13 +26,6 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
cache: 'maven' cache: 'maven'
- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run Maven tests - name: Run Maven tests
working-directory: ./backend working-directory: ./backend
run: mvn test run: mvn test