Skip to content

Commit c308ff9

Browse files
committed
fix: added infection phpunit.xml to infection cache invalidation key
1 parent 4325e6d commit c308ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: "actions/cache@v4"
3636
with:
3737
path: "var/infection/cache"
38-
key: "php-${{ matrix.php-version }}-cache-infection-${{ hashFiles('infection.json', 'composer.lock') }}"
38+
key: "php-${{ matrix.php-version }}-cache-infection-${{ hashFiles('infection.json', 'tools/infection/phpunit.xml', 'composer.lock') }}"
3939
restore-keys: |
4040
php-${{ matrix.php-version }}-cache-infection-
4141

0 commit comments

Comments
 (0)