Skip to content

Commit

Permalink
chromedriver uses a random port by default now
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Sep 2, 2024
1 parent 73e944f commit 0eb5b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
git apply 458.diff
- uses: nanasess/setup-chromedriver@master
- name: Run chromedriver
run: chromedriver &
run: chromedriver --port=9515 &
- name: Run php built-in server
run: php -S 127.0.0.1:8080 -t ~/drupal/web &
- name: Run PHPUnit
Expand Down

0 comments on commit 0eb5b71

Please sign in to comment.