Skip to content

Commit

Permalink
port changed for self-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-sose committed Dec 31, 2024
1 parent 01b0784 commit 3a0f01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci/_includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export DRUPAL_TEST_CHROMEDRIVER_AUTOSTART="false"
export DRUPAL_TEST_DB_URL="sqlite://localhost/sites/default/files/db.sqlite"
export DRUPAL_TEST_WEBDRIVER_CHROME_ARGS="--disable-gpu --headless --no-sandbox"
export DRUPAL_TEST_WEBDRIVER_HOSTNAME="localhost"
export DRUPAL_TEST_WEBDRIVER_PORT="4444"
export DRUPAL_TEST_WEBDRIVER_PORT="9898"
export DRUPAL_NIGHTWATCH_SEARCH_DIRECTORY=../../

if [[ "$GITLAB_CI" ]]; then
Expand Down

0 comments on commit 3a0f01c

Please sign in to comment.