Skip to content

Commit

Permalink
Use the correct script name with correct parameter for release pipeli…
Browse files Browse the repository at this point in the history
…ne (#2370)

Co-authored-by: Cenk Kucukiravul <[email protected]>
  • Loading branch information
cenkiravul and Cenk Kucukiravul authored Nov 28, 2023
1 parent 3fe4cf2 commit f2198f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-express-checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: docker exec magento2-container make fs

- name: Run E2E tests
run: docker-compose -f .github/workflows/templates/docker-compose.yml run --rm playwright /e2e-all.sh express
run: docker-compose -f .github/workflows/templates/docker-compose.yml run --rm playwright /e2e.sh express-checkout
env:
INTEGRATION_TESTS_BRANCH: develop
MAGENTO_ADMIN_USERNAME: ${{secrets.MAGENTO_ADMIN_USERNAME}}
Expand Down

0 comments on commit f2198f3

Please sign in to comment.