We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9449b1 commit 4a7d759Copy full SHA for 4a7d759
.circleci/config.yml
@@ -185,7 +185,7 @@ jobs:
185
command: |
186
mv ./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver ./vendor/laravel/dusk/bin/chromedriver-linux
187
chmod +x ./vendor/laravel/dusk/bin/chromedriver-linux
188
- ./vendor/laravel/dusk/bin/chromedriver-linux
+ ./vendor/laravel/dusk/bin/chromedriver-linux --port=9515
189
background: true
190
191
- run:
0 commit comments