File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ 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
- - .
115
111
116
112
magento-integration-test :
117
113
executor :
@@ -122,8 +118,9 @@ jobs:
122
118
magento-version :
123
119
type : string
124
120
steps :
125
- - attach_workspace :
126
- at : ~/Sites
121
+ - setup-magento-environment :
122
+ php-version : << parameters.php-version >>
123
+ magento-version : << parameters.magento-version >>
127
124
- run :
128
125
name : Start Docker containers
129
126
working_directory : ~/Sites
@@ -148,10 +145,10 @@ jobs:
148
145
MAGENTO_LOCALE=en_US
149
146
MAGENTO_CURRENCY=USD
150
147
MAGENTO_TIMEZONE=America/New_York
151
- ALGOLIA_APPLICATION_ID=TEST123
152
- ALGOLIA_SEARCH_KEY_1=TEST123
153
- ALGOLIA_API_KEY=TEST123
154
- INDEX_PREFIX=TEST123
148
+ ALGOLIA_APPLICATION_ID=${ALGOLIA_APPLICATION_ID}
149
+ ALGOLIA_SEARCH_KEY_1=${ALGOLIA_SEARCH_API_KEY}
150
+ ALGOLIA_API_KEY=${ALGOLIA_API_KEY}
151
+ INDEX_PREFIX=integration_test_
155
152
EOF
156
153
docker cp dev/tests/integration/.env $(docker compose ps -q phpfpm):/var/www/html/dev/tests/integration/.env
157
154
- run :
You can’t perform that action at this time.
0 commit comments