Skip to content

Commit d4d2e9a

Browse files
committed
fix: changed cache key for infection
1 parent c308ff9 commit d4d2e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/job-mutation-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
uses: "actions/cache@v4"
3636
with:
3737
path: "var/infection/cache"
38-
key: "php-${{ matrix.php-version }}-cache-infection-${{ hashFiles('infection.json', 'tools/infection/phpunit.xml', 'composer.lock') }}"
38+
key: "php-${{ matrix.php-version }}-infection-cache-${{ hashFiles('infection.json', 'tools/infection/phpunit.xml', 'composer.lock') }}"
3939
restore-keys: |
40-
php-${{ matrix.php-version }}-cache-infection-
40+
php-${{ matrix.php-version }}-infection-cache-
4141
4242
- name: "Mutation Tests"
4343
run: |

0 commit comments

Comments
 (0)