Browse Source

fix add-hosts flag

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

@ -60,7 +60,7 @@ jobs:
ports:
- 4444:4444
# selenium needs to access drupal running on the host
options: --add-host localhost=host-gateway
options: --add-host=localhost:host-gateway
# Steps represent a sequence of tasks that will be executed as part of the job
steps:

Loading…
Cancel
Save