Skip to content

Commit eec746a

Browse files
committed
test disable cache composer
1 parent efcbf05 commit eec746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
${{ runner.os }}-php-${{ matrix.php }}-
3939
4040
- name: Install dependencies
41-
if: steps.composer-cache.outputs.cache-hit != 'true'
41+
# if: steps.composer-cache.outputs.cache-hit != 'true'
4242
run: |
4343
composer install
4444
composer dump

0 commit comments

Comments
 (0)