File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -121,16 +121,11 @@ jobs:
121
121
- setup-magento-environment :
122
122
php-version : << parameters.php-version >>
123
123
magento-version : << parameters.magento-version >>
124
- - run :
125
- name : Start Docker containers
126
- working_directory : ~/Sites
127
- command : |
128
- docker compose -f compose.yaml -f compose.override.yml up -d --remove-orphans
129
124
- run :
130
125
name : Configure integration tests
131
126
working_directory : ~/Sites
132
127
command : |
133
- bin/cli dev/tests/integration/phpunit.xml.dist dev/tests/integration/phpunit.xml
128
+ bin/cli cp dev/tests/integration/phpunit.xml.dist dev/tests/integration/phpunit.xml
134
129
- run :
135
130
name : Create integration test environment file
136
131
working_directory : ~/Sites
@@ -176,8 +171,6 @@ workflows:
176
171
parameters :
177
172
php-version : ["8.2"]
178
173
magento-version : ["2.4.7-p6"]
179
- requires :
180
- - magento-build
181
174
filters :
182
175
branches :
183
176
only : chore/MAGE-1368-add-integration-tests-circleci
You can’t perform that action at this time.
0 commit comments