Skip to content

Commit 37fd822

Browse files
Fix commands
1 parent 1d847f3 commit 37fd822

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,11 @@ jobs:
121121
- setup-magento-environment:
122122
php-version: << parameters.php-version >>
123123
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
129124
- run:
130125
name: Configure integration tests
131126
working_directory: ~/Sites
132127
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
134129
- run:
135130
name: Create integration test environment file
136131
working_directory: ~/Sites
@@ -176,8 +171,6 @@ workflows:
176171
parameters:
177172
php-version: ["8.2"]
178173
magento-version: ["2.4.7-p6"]
179-
requires:
180-
- magento-build
181174
filters:
182175
branches:
183176
only: chore/MAGE-1368-add-integration-tests-circleci

0 commit comments

Comments
 (0)