Skip to content

Commit

Permalink
Avoid trying to pass the entry point.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Jan 3, 2024
1 parent bde2b18 commit 6d14ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d14ca1

Please sign in to comment.