Browse Source

chromedriver.

pull/886/head
Rosie Le Faive 2 years ago
parent
commit
705f623fdb
  1. 2
      .github/workflows/build-2.x.yml

2
.github/workflows/build-2.x.yml

@ -125,7 +125,7 @@ jobs:
- name: Start chromedriver
run: |
export DISPLAY=:99
chromedriver --port=4444
chromedriver --port=4444 &
- name: PHPUNIT tests
run: |

Loading…
Cancel
Save