Skip to content

Commit

Permalink
update port chromedriver (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Sep 4, 2024
1 parent 1f8a906 commit c5b0980
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 c5b0980

Please sign in to comment.