Skip to content

Commit

Permalink
PSPAYPAL-815 remove bug in github job
Browse files Browse the repository at this point in the history
  • Loading branch information
René Gust committed Dec 9, 2024
1 parent b3adec8 commit 86b0c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
CYPRESS_TESTS_SHOP_USER_ZIP: "12345"
CYPRESS_TESTS_SHOP_USER_LOCATION: "Testcity"
run: |
docker exec -it cypress \
docker exec cypress \
bash -c "cd /e2e && npx cypress run"
- name: Stop Cypress container
Expand Down

0 comments on commit 86b0c4c

Please sign in to comment.