Skip to content

Commit 9578842

Browse files
change artifact path
1 parent 83afd39 commit 9578842

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
@@ -79,7 +79,7 @@ jobs:
7979
bin/test/unit-coverage vendor/algolia/algoliasearch-magento-2/Test/Unit
8080
docker cp $(docker compose ps -q phpfpm):/var/www/html/dev/tests/unit/report ~/Sites/unit-coverage/
8181
- store_artifacts:
82-
path: ~/Sites/unit-tests
82+
path: ~/Sites/unit-coverage
8383
destination: test-results/magento-<< parameters.magento-version >>-php-<< parameters.php-version >>
8484

8585
workflows:

0 commit comments

Comments
 (0)