Skip to content

Commit

Permalink
[Tests] use nanasess chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Sep 12, 2023
1 parent 9a33f5c commit 8a437e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
template_tag: v11.0.0
steps:
- uses: nanasess/setup-chromedriver@v2
#with:
# chromedriver-version: '115.0.5790.170'
- uses: actions/checkout@v2
with:
path: lib/test-bundle
Expand Down Expand Up @@ -101,6 +103,7 @@ jobs:
run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1
- name: Start Symfony Server
run: |
Expand Down

0 comments on commit 8a437e3

Please sign in to comment.