Browse Source

host.docker.internal

pull/1013/head
Joe Corall 11 months ago committed by GitHub
parent
commit
370eb3e7c2
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

@ -23,7 +23,7 @@ jobs:
DRUPAL_DIR: /opt/drupal
PHPUNIT_FILE: ${{ github.workspace }}/build_dir/phpunit.xml
MINK_DRIVER_ARGS_WEBDRIVER: '["firefox", null, "http://localhost:4444/wd/hub"]'
SIMPLETEST_BASE_URL: http://host.docker.internal:8282
# The type of runner that the job will run on
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.allowed_failure }}

Loading…
Cancel
Save