Skip to content

Commit

Permalink
[ECP-9328] Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Sep 17, 2024
1 parent 138e4b1 commit 6fdf539
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ jobs:
# run: docker exec magento2-hyva-container make fs

- name: Run E2E tests
run: |
# chmod +x .github/scripts/e2e.sh && \
docker compose -f .github/docker-compose.e2e.yml run --rm playwright /e2e.sh
run: docker compose -f .github/docker-compose.e2e.yml run --rm playwright /e2e.sh
env:
INTEGRATION_TESTS_BRANCH: ECP-9328
MAGENTO_ADMIN_USERNAME: ${{secrets.MAGENTO_ADMIN_USERNAME}}
Expand Down

0 comments on commit 6fdf539

Please sign in to comment.