File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 70
70
bin/magento setup:di:compile
71
71
bin/magento module:status Algolia_AlgoliaSearch
72
72
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
-
89
73
workflows :
90
74
magento-build-and-test :
91
75
jobs :
@@ -94,8 +78,3 @@ workflows:
94
78
parameters :
95
79
php-version : ["8.2"]
96
80
magento-version : ["2.4.6", "2.4.7"]
97
- filters :
98
- branches :
99
- only :
100
- - MAGE-991
101
- - magento-test
You can’t perform that action at this time.
0 commit comments