Skip to content

Commit 5a7199d

Browse files
use project xml
1 parent 273444d commit 5a7199d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
name: Create Algolia-specific PHPUnit config for code coverage
7878
working_directory: ~/Sites
7979
command: |
80-
echo '${ALGOLIA_PHPUNIT_CONFIG}' > algolia-phpunit.xml
80+
cp ~/project/.circleci/algolia-phpunit-code-coverage.xml algolia-phpunit.xml
8181
docker cp algolia-phpunit.xml $(docker compose ps -q phpfpm):/var/www/html/algolia-phpunit.xml
8282
- run:
8383
name: Run Unit Test Coverage and copy results to CircleCI

0 commit comments

Comments
 (0)