Skip to content

Commit

Permalink
[ECP-9328] remove quotes from show theme command
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Sep 30, 2024
1 parent d230212 commit aca8f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Check enabled Magento theme
run: |
docker exec -u www-data magento2-hyva-container bash -c "cd /var/www/html && bin/magento config:show | grep 'hyva_themes_checkout/general/checkout'"
docker exec -u www-data magento2-hyva-container bash -c "cd /var/www/html && bin/magento config:show | grep hyva_themes_checkout/general/checkout"
- name: Run E2E tests
run: |
Expand Down

0 comments on commit aca8f82

Please sign in to comment.