Skip to content

Commit

Permalink
Try the browser thing another way pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Jul 23, 2024
1 parent a2cad36 commit 97e54c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ 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}}
env:
WEB_FIXTURES_BROWSER: ${{matrix.selenium.browser}}
run: |
./vendor/bin/phpunit -v --coverage-clover=coverage.xml
Expand Down

0 comments on commit 97e54c6

Please sign in to comment.