Skip to content

Commit f48b12a

Browse files
committed
Update main.yaml
1 parent 7d1861a commit f48b12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ jobs:
117117
COVERALLS_REPO_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
118118
run: |
119119
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar
120-
php php-coveralls.phar --verbose --config tests/.coveralls.yml
120+
php -d memory_limit=-1 php-coveralls.phar --verbose --config tests/.coveralls.yml

0 commit comments

Comments
 (0)