Skip to content

Commit

Permalink
Fix nightwatch (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan Goswami authored Dec 22, 2023
1 parent 4762232 commit 99b1147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ci/_includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ 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_NIGHTWATCH_SEARCH_DIRECTORY=../../

if [[ ! "$ORCA_TEMP_DIR" ]]; then
# GitHub Actions.
Expand Down

0 comments on commit 99b1147

Please sign in to comment.