Skip to content

Commit

Permalink
test(build-dependants) remove action cache in the build dependants wo…
Browse files Browse the repository at this point in the history
…rkflow.
  • Loading branch information
SvitlanaKovalova1 committed Nov 27, 2024
1 parent 01e2966 commit a2eca13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-dependants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2eca13

Please sign in to comment.