Skip to content

Commit

Permalink
Add e2e tests to the same repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
brankologeecom committed Dec 19, 2024
1 parent 963340c commit fd159af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
set -euo pipefail

# Checkout E2E tests
cd /tmp/adyen-integration-tools-tests;
cd /tmp;
git clone https://github.com/Adyen/adyen-integration-tools-tests.git;
cd adyen-integration-tools-tests;
git checkout $INTEGRATION_TESTS_BRANCH;

# Setup environment
rm -rf package-lock.json;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/docker-compose.playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- PAYPAL_PASSWORD
volumes:
- ../scripts/e2e.sh:/e2e.sh
- ../e2e/:/tmp/
#- ../e2e/:/tmp/
- ../../../test-report:/tmp/test-report

networks:
Expand Down

0 comments on commit fd159af

Please sign in to comment.