feat: removed backend pipeline step for caching m2
Some checks failed
Backend CI / Run Maven Tests (pull_request) Failing after 12s
Some checks failed
Backend CI / Run Maven Tests (pull_request) Failing after 12s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user