Skip to content

Commit

Permalink
Try the browser thing another way
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Jul 23, 2024
1 parent 369e41e commit a2cad36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
# 4.1.2-20220227 - last known working version of 4 where the modifications to this package weren't needed
selenium:
- image: 'selenium/standalone-firefox:4.1.2'
browser: firefox
- image: 'selenium/standalone-firefox:latest'
browser: firefox
- image: 'selenium/standalone-chrome:latest'
env: WEB_FIXTURES_BROWSER=chrome
browser: chrome

fail-fast: false

Expand Down Expand Up @@ -93,6 +95,7 @@ jobs:
while ! nc -z localhost 8002 </dev/null; do echo Waiting for PHP server to start...; sleep 1; done
- name: Run tests
env: WEB_FIXTURES_BROWSER=${{matrix.selenium.browser}}
run: |
./vendor/bin/phpunit -v --coverage-clover=coverage.xml
Expand Down

0 comments on commit a2cad36

Please sign in to comment.