diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfd0292..c5c1c0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,9 @@ jobs: java-version: '22' distribution: 'adopt' cache: 'gradle' + cache-dependency-path: | # optional + orchestrator/*.gradle* + orchestrator/**/gradle-wrapper.properties # Include a Protobuf and gRPC code generator. - name: Install Protoc uses: arduino/setup-protoc@v3