Skip to content

Commit 8fb097c

Browse files
committed
Add step to warm up TypePHP cache in CI workflow
1 parent 06127aa commit 8fb097c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
run: ./vendor/bin/phpstan analyse --no-progress
4343
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.3'
4444

45+
- name: Warm Up TypePHP Cache
46+
run: php bin/typephp cache:warm
47+
4548
- name: Run Test Suite with Coverage (Pest)
4649
run: ./vendor/bin/pest --coverage-clover=clover.xml
4750
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.4'

0 commit comments

Comments
 (0)