Browse Source

Avoid trying to pass the entry point.

pull/1004/head
Adam Vessey 1 year ago
parent
commit
6d14ca1c31
No known key found for this signature in database
GPG Key ID: 89B39535BF6D0D39
  1. 3
      .github/workflows/build-2.x.yml

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

@ -51,7 +51,8 @@ jobs:
image: drupalci/webdriver-chromedriver:production
ports:
- 9515:9515
options: --entrypoint 'chromedriver --log-path=/tmp/chromedriver.log --verbose --allowed-ips= --allowed-origins=*'
# XXX: Doesn't presently work; however, seems to represent the current default.
#options: --entrypoint 'chromedriver --log-path=/tmp/chromedriver.log --verbose --allowed-ips= --allowed-origins=*'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:

Loading…
Cancel
Save