diff --git a/.gitea/workflows/test-java.yml b/.gitea/workflows/test-java.yml index 9eb29c8..cbc103d 100644 --- a/.gitea/workflows/test-java.yml +++ b/.gitea/workflows/test-java.yml @@ -12,6 +12,12 @@ jobs: with: fetch-depth: 1 + - name: Cache Gradle Wrapper + uses: actions/cache@v3 + with: + path: ${{ env.RUNNER_TOOL_CACHE }} + key: ${{ runner.os }}-${{ env.RUNNER_TOOL_CACHE }} + - name: Run run: | echo ${{ env.RUNNER_TOOL_CACHE }}