File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ jobs:
108
108
- store_artifacts :
109
109
path : ~/Sites/unit-coverage/report
110
110
destination : test-results/magento-<< parameters.magento-version >>-php-<< parameters.php-version >>
111
+ - persist_to_workspace :
112
+ root : ~/Sites
113
+ paths :
114
+ - .
111
115
112
116
magento-integration-test :
113
117
executor :
@@ -118,9 +122,13 @@ jobs:
118
122
magento-version :
119
123
type : string
120
124
steps :
121
- - setup-magento-environment :
122
- php-version : << parameters.php-version >>
123
- magento-version : << parameters.magento-version >>
125
+ - attach_workspace :
126
+ at : ~/Sites
127
+ - run :
128
+ name : Start Docker containers
129
+ working_directory : ~/Sites
130
+ command : |
131
+ docker compose -f compose.yaml -f compose.override.yml up -d --remove-orphans
124
132
- run :
125
133
name : Configure integration tests
126
134
working_directory : ~/Sites
You can’t perform that action at this time.
0 commit comments