Skip to content

Commit

Permalink
Add CI build step to delete ~/.m2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkasarski committed Jun 22, 2022
1 parent 7922d3e commit 810321a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
java-version: 11

- name: Delete old dependencies (may trigger Snyk vulnerability otherwise)
run: rm -rf ~/.m2

- name: Maven build
run: mvn package -Dmaven.test.skip -Djacoco.skip=true

Expand Down

0 comments on commit 810321a

Please sign in to comment.