Skip to content

Commit

Permalink
[ECP-9328] Add debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Sep 17, 2024
1 parent 6fdf539 commit abdaf8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- WEBHOOK_USERNAME
- WEBHOOK_PASSWORD
volumes:
- ./scripts/e2e.sh:/e2e.sh
- ./.github/scripts/e2e.sh:/e2e.sh
- ../test-report:/tmp/test-report
networks:
backend:
9 changes: 9 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ jobs:
# - name: Setup permissions
# run: docker exec magento2-hyva-container make fs

- name: Checkout code
uses: actions/checkout@v3

- name: List files in .github/scripts
run: ls -l .github/scripts

- name: Make script executable
run: chmod +x .github/scripts/e2e.sh

- name: Run E2E tests
run: docker compose -f .github/docker-compose.e2e.yml run --rm playwright /e2e.sh
env:
Expand Down

0 comments on commit abdaf8d

Please sign in to comment.