Browse Source

localhost -> 127.0.0.1

pull/1013/head
Joe Corall 11 months ago committed by GitHub
parent
commit
41bad9baed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build-2.x.yml

2
.github/workflows/build-2.x.yml

@ -22,7 +22,7 @@ jobs:
SCRIPT_DIR: ${{ github.workspace }}/islandora_ci
DRUPAL_DIR: /opt/drupal
PHPUNIT_FILE: ${{ github.workspace }}/build_dir/phpunit.xml
MINK_DRIVER_ARGS_WEBDRIVER: '["firefox", null, "http://localhost:4444/wd/hub"]'
MINK_DRIVER_ARGS_WEBDRIVER: '["firefox", null, "http://127.0.0.1:4444/wd/hub"]'
# The type of runner that the job will run on
runs-on: ubuntu-latest

Loading…
Cancel
Save