Skip to content

Commit

Permalink
Remove restart and remove xdebug.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgaunt committed Mar 15, 2024
1 parent 8771ded commit 1c9873b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ jobs:
name: Test with PHPUnit
command: |
docker compose exec -T -e XDEBUG_MODE=coverage cli vendor/bin/phpunit || [ "${DREVOPS_CI_PHPUNIT_IGNORE_FAILURE:-0}" -eq 1 ]
docker compose up -d cli php nginx # Restart stack without XDEBUG enabled for coverage.
- run:
name: Test with Behat
command: |
Expand Down

0 comments on commit 1c9873b

Please sign in to comment.