Skip to content

Commit ff9acc7

Browse files
committed
Add change of module:sequence
1 parent 4dc4fd9 commit ff9acc7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,13 @@ jobs:
101101
102102
echo "Configuring local sources"
103103
composer config repositories.local-source "{\"type\": \"path\", \"url\": \"$GITHUB_WORKSPACE\", \"options\": {\"symlink\": false}}"
104-
composer require --prefer-source -- "${COMPOSER_NAME}:@dev" loki-checkout/magento2-core-cli:@dev loki-checkout/magento2-functional-tests:@dev yireo/magento2-enable-module-sequence
104+
composer require --prefer-source -- "${COMPOSER_NAME}:@dev" loki-checkout/magento2-core-cli:@dev loki-checkout/magento2-functional-tests:@dev yireo/magento2-enable-module-sequence:@dev
105105
106106
$GITHUB_WORKSPACE/.github/workflows/magento-install.sh
107107
108108
bin/magento deploy:mode:set developer
109109
bin/magento module:enable Yireo_EnableModuleSequence
110-
bin/magento module:sequence LokiCheckout_FunctionalTests
111-
bin/magento module:sequence LokiCheckout_CoreCli
112-
bin/magento module:sequence "${MAGENTO_MODULE}"
110+
bin/magento module:sequence LokiCheckout_FunctionalTests LokiCheckout_CoreCli "${MAGENTO_MODULE}"
113111
bin/magento setup:upgrade
114112
bin/magento loki-checkout:modules:dump
115113

0 commit comments

Comments
 (0)