Skip to content

Commit 9feb45c

Browse files
committed
Disable cache for testing
1 parent 78b9b17 commit 9feb45c

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/mill-plugin-tests.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@ jobs:
1919
with:
2020
java-version: 11
2121
distribution: 'temurin'
22-
- name: Cache maven dependencies
23-
uses: actions/cache@v5
24-
env:
25-
cache-name: cache-maven-repository
26-
with:
27-
path: |
28-
~/.m2/repository
29-
~/.gradle
30-
!~/.gradle/caches/*/plugin-resolution/
31-
!~/.m2/repository/org/openapitools/
32-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
33-
restore-keys: |
34-
${{ runner.os }}-test-mill-plugin-${{ env.cache-name }}-
35-
${{ runner.os }}-test-mill-plugin-
3622
- name: Run tests
3723
env:
3824
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

0 commit comments

Comments
 (0)