File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 77
77
- name : Run setup:di:compile
78
78
run : docker exec magento-project-community-edition ./retry "php bin/magento setup:di:compile"
79
79
80
- - name : Run the example test
81
- continue-on-error : true
82
- run : docker exec magento-project-community-edition bash -c "cd /data/dev/tests/integration/ && ../../../vendor/bin/phpunit /data/vendor/michielgerritsen/exampletest/Test/Integration/ExampleTest.php"
83
-
84
- - name : Run setup:di:compile
85
- run : docker exec magento-project-community-edition ./retry "php bin/magento setup:di:compile"
86
-
87
80
- name : Run the example test
88
81
run : docker exec magento-project-community-edition bash -c "cd /data/dev/tests/integration/ && ../../../vendor/bin/phpunit /data/vendor/michielgerritsen/exampletest/Test/Integration/ExampleTest.php"
89
82
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ RUN set -e; \
73
73
if [ "${SAMPLE_DATA}" = "true" ] && [ "$MAGENTO_VERSION" != "2.4.8-beta2" ]; then echo "[cad] Running php bin/magento sampledata:deploy"; php bin/magento sampledata:deploy; fi && \
74
74
if [ "${SAMPLE_DATA}" = "true" ] && [ "$MAGENTO_VERSION" = "2.4.8-beta2" ]; then echo "[cad] Installing sampledata"; composer require magento/module-bundle-sample-data magento/module-catalog-sample-data magento/module-sales-sample-data magento/module-customer-sample-data magento/module-cms-sample-data magento/module-widget-sample-data magento/module-theme-sample-data magento/module-downloadable-sample-data magento/module-wishlist-sample-data magento/module-review-sample-data magento/module-tax-sample-data magento/module-catalog-rule-sample-data magento/module-configurable-sample-data magento/module-product-links-sample-data magento/module-sales-rule-sample-data magento/module-msrp-sample-data magento/module-grouped-product-sample-data magento/module-swatches-sample-data magento/module-offline-shipping-sample-data magento/sample-data-media --ignore-platform-reqs; fi && \
75
75
if [ "${SAMPLE_DATA}" = "true" ]; then echo "[cad] Running setup:upgrade" && ./retry "php bin/magento setup:upgrade"; fi && \
76
- php bin/magento setup:static-content:deploy en_US -f -j 12 && \
77
76
php bin/magento setup:di:compile && \
77
+ php bin/magento setup:static-content:deploy en_US -f -j 12 && \
78
78
php bin/magento indexer:reindex && \
79
79
php scripts/apply-2.4-patches.php && \
80
80
rm scripts/apply-2.4-patches.php && \
You can’t perform that action at this time.
0 commit comments