Skip to content

Commit

Permalink
Merge remote-tracking branch 'composer/4.0.x' into d11-tests
Browse files Browse the repository at this point in the history
* composer/4.0.x:
  update port chromedriver (eileenmcnaughton#500)
  • Loading branch information
Arnold French committed Sep 11, 2024
2 parents 487d155 + c5b0980 commit 3e456d8
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 @@ -90,7 +90,7 @@ jobs:
COMPOSER_MEMORY_LIMIT=-1 composer require drupal/fullcalendar_view
- 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 3e456d8

Please sign in to comment.