Skip to content

Commit

Permalink
Remove caching for Leiningen dependencies
Browse files Browse the repository at this point in the history
The caching mechanism for Leiningen dependencies has been removed in this commit. The relevant lines in the GitHub actions workflow had been deleted, this was done with the intention to streamline the workflow by eliminating unnecessary cache steps.
  • Loading branch information
Denis Smet committed Feb 10, 2024
1 parent 674bf02 commit 393d417
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
cli: 'latest'
lein: 'latest'

- name: Cache Leiningen dependencies
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-lein-${{ hashFiles('**/project.clj') }}
restore-keys: ${{ runner.os }}-lein-

- name: 🧪 Generate coverage report
run: lein cloverage --lcov

Expand Down

0 comments on commit 393d417

Please sign in to comment.