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:
parent
63b6f3ad6d
commit
b598f76ec5
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user