1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-04-04 17:54:37 +02:00

G5V8DT-24841 remove cache m2 repositories

This commit is contained in:
Maxim Dzyuba 2024-07-23 15:31:04 +03:00
parent 63b6f3ad6d
commit b598f76ec5

View File

@ -48,15 +48,6 @@ jobs:
# docker rmi $(docker image ls -aq) || true
df -h
- name: Cache maven repo
uses: actions/cache@v2
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-latest-${{ hashFiles('**/pom.xml') }}-${{ hashFiles('targets/default/default.target') }}
restore-keys: |
${{ runner.os }}-maven-latest-
- name: Build with Maven
working-directory: ./
run: |