From a2eca13272b460ec7d54c82515ec1c04c84195fb Mon Sep 17 00:00:00 2001 From: SvitlanaKovalova1 Date: Wed, 27 Nov 2024 18:01:02 +0200 Subject: [PATCH] test(build-dependants) remove action cache in the build dependants workflow. --- .github/workflows/build-dependants.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-dependants.yml b/.github/workflows/build-dependants.yml index e5ac751..7498c50 100644 --- a/.github/workflows/build-dependants.yml +++ b/.github/workflows/build-dependants.yml @@ -50,13 +50,6 @@ jobs: distribution: 'temurin' java-version: '17' - run: git clone --depth 1 --recurse-submodules https://github.com/folio-org/mod-quick-marc - - uses: actions/cache@v4 - with: - path: | - ~/.m2 - !~/.m2/repository/org/folio/mod-record-specifications - key: mod-quick-marc-${{ hashFiles('**/pom.xml') }} - restore-keys: mod-quick-marc- - uses: actions/download-artifact@v4 with: name: mod-record-specifications