Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Updated CircleCI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskok committed Dec 11, 2020
1 parent 24b743a commit 4b0a9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Run Unit Tests
command: |
mkdir -p ./logs/phpunit
vendor/bin/phpunit -d memory_limit=512M --log-junit logs/phpunit/junit.xml --testdox-html logs/phpunit/testdox.html
XDEBUG_MODE=coverage vendor/bin/phpunit -d memory_limit=512M --log-junit logs/phpunit/junit.xml --testdox-html logs/phpunit/testdox.html
- store_artifacts:
path: ./logs/phpcs
Expand Down

0 comments on commit 4b0a9ba

Please sign in to comment.