Skip to content

Commit 9a9d152

Browse files
fix: remove magento-test job from CircleCI configuration
1 parent 6e16f40 commit 9a9d152

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.circleci/config.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,6 @@ jobs:
7070
bin/magento setup:di:compile
7171
bin/magento module:status Algolia_AlgoliaSearch
7272
73-
magento-test:
74-
docker:
75-
- image: cimg/php:8.2
76-
working_directory: ~/project
77-
steps:
78-
- checkout
79-
- run:
80-
name: Run PHP Unit Tests
81-
command: |
82-
composer config --global http-basic.repo.magento.com ${MAGENTO_AUTH_USERNAME} ${MAGENTO_AUTH_PASSWORD}
83-
composer install --no-interaction
84-
composer require --dev phpunit/phpunit
85-
vendor/bin/phpunit --testsuite Unit
86-
- store_test_results:
87-
path: ~/project/vendor/bin/phpunit
88-
8973
workflows:
9074
magento-build-and-test:
9175
jobs:
@@ -94,8 +78,3 @@ workflows:
9478
parameters:
9579
php-version: ["8.2"]
9680
magento-version: ["2.4.6", "2.4.7"]
97-
filters:
98-
branches:
99-
only:
100-
- MAGE-991
101-
- magento-test

0 commit comments

Comments
 (0)