diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8ced48b..6bb86ef 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -72,6 +72,7 @@ jobs: # Restoring these files from a GitHub Actions cache might cause problems for future builds. run: | rm -f ~/.gradle/caches/modules-2/modules-2.lock + rm -f ~/.gradle/caches/modules-2/gc.properties test-on-macos: diff --git a/README.md b/README.md index aa19299..688d5c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Java SPIFFE Library - +[![continuous-integration](https://github.com/spiffe/java-spiffe/actions/workflows/gradle.yml/badge.svg)](https://github.com/spiffe/java-spiffe/actions/workflows/gradle.yml) [![Coverage Status](https://coveralls.io/repos/github/spiffe/java-spiffe/badge.svg)](https://coveralls.io/github/spiffe/java-spiffe?branch=master) ## Overview