Merge pull request 'Update .gitea/workflows/pest.yml' (#8) from kbaas-patch-2 into main
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Run Pest
|
||||
run: |
|
||||
if [ "${{ inputs.coverage }}" = "true" ]; then
|
||||
php -d pcov.enabled=1 -d pcov.directory=. ./vendor/bin/pest ${{ inputs.coverage_args }}
|
||||
php -d memory_limit=512M -d pcov.enabled=1 -d pcov.directory=. ./vendor/bin/pest ${{ inputs.coverage_args }}
|
||||
else
|
||||
./vendor/bin/pest
|
||||
fi
|
||||
Reference in New Issue
Block a user