Skip to content

Commit

Permalink
[ECP-9328] update show theme command
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Sep 30, 2024
1 parent 373a479 commit 1ad91e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:
- name: Switch to production mode
run: docker exec -u www-data magento2-hyva-container make production

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

0 comments on commit 1ad91e2

Please sign in to comment.