We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83afd39 commit 9578842Copy full SHA for 9578842
.circleci/config.yml
@@ -79,7 +79,7 @@ jobs:
79
bin/test/unit-coverage vendor/algolia/algoliasearch-magento-2/Test/Unit
80
docker cp $(docker compose ps -q phpfpm):/var/www/html/dev/tests/unit/report ~/Sites/unit-coverage/
81
- store_artifacts:
82
- path: ~/Sites/unit-tests
+ path: ~/Sites/unit-coverage
83
destination: test-results/magento-<< parameters.magento-version >>-php-<< parameters.php-version >>
84
85
workflows:
0 commit comments