Skip to content

Commit

Permalink
Work around weird issue with GitHub caching incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Dec 22, 2024
1 parent 91bb990 commit 680f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Build and test
shell: bash
run: ./mvnw -B -Dcheckstyle.skip -Dlicense.skip verify
run: ./mvnw -B -Dcheckstyle.skip -Dlicense.skip clean verify

- name: Publish code coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 680f810

Please sign in to comment.