Skip to content

Commit

Permalink
[ECP-9328] Add hyva checkout in config table
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Oct 1, 2024
1 parent 8282f11 commit e4e0e84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,9 @@ jobs:
- name: Set the theme value in Config table
run: |
docker exec -i mariadb mysql -umagento -pmagento magento -e "UPDATE m2_core_config_data SET value = '5' WHERE path = 'design/theme/theme_id' AND scope = 'default';"
docker exec -i mariadb mysql -umagento -pmagento magento -e "INSERT INTO m2_core_config_data (scope, scope_id, path, value) VALUES ('default', 0, 'hyva_themes_checkout/general/checkout', 'default');"
docker exec -u www-data magento2-hyva-container bin/magento cache:flush
- name: Check HYVA Checkout module status
run: |
docker exec -u www-data magento2-hyva-container bin/magento module:status
- name: Check DB for enabled Checkout Module
run: |
docker exec -i mariadb mysql -umagento -pmagento magento -e "SELECT * FROM m2_core_config_data;"
Expand Down

0 comments on commit e4e0e84

Please sign in to comment.