Skip to content

Commit 6d50cbc

Browse files
committed
Test if cache is the issue
1 parent df48f1e commit 6d50cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/cache@v4
2323
with:
2424
path: vendor
25-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
25+
key: ${{ runner.os }}-test-${{ hashFiles('**/composer.lock') }}
2626
restore-keys: |
2727
${{ runner.os }}-php-
2828

0 commit comments

Comments
 (0)