There was an error while loading. Please reload this page.
1 parent 06127aa commit 8fb097cCopy full SHA for 8fb097c
1 file changed
.github/workflows/ci.yml
@@ -42,6 +42,9 @@ jobs:
42
run: ./vendor/bin/phpstan analyse --no-progress
43
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.3'
44
45
+ - name: Warm Up TypePHP Cache
46
+ run: php bin/typephp cache:warm
47
+
48
- name: Run Test Suite with Coverage (Pest)
49
run: ./vendor/bin/pest --coverage-clover=clover.xml
50
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.4'
0 commit comments