ci/147-speed-up #149

Closed
myrmidex wants to merge 7 commits from ci/147-speed-up into main
Showing only changes of commit 7ce3bc1080 - Show all commits

View file

@ -19,7 +19,7 @@ jobs:
with:
php-version: '8.3'
extensions: pdo_sqlite, mbstring, xml, dom
coverage: pcov
coverage: none
- name: Cache Composer dependencies
uses: https://data.forgejo.org/actions/cache@v4
@ -41,4 +41,4 @@ jobs:
run: vendor/bin/phpstan analyse --memory-limit=1G
- name: Tests
run: php artisan test --coverage-clover coverage.xml --coverage-text
run: php -d memory_limit=512M vendor/bin/phpunit