Skip to content

Commit f1df24c

Browse files
authored
Update pitest.yml (#969)
Use only native cache
1 parent ed3b6a9 commit f1df24c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pitest.yml

-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
architecture: ${{ matrix.architecture }}
2727
distribution: 'oracle'
2828

29-
- uses: actions/[email protected]
30-
with:
31-
path: ~/.m2/repository
32-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
33-
restore-keys: ${{ runner.os }}-maven-
34-
3529
- name: Run Mutation Testing
3630
run: mvn package -Ppitest org.pitest:pitest-maven:mutationCoverage
3731

0 commit comments

Comments
 (0)