Skip to content

Commit

Permalink
Add chromium in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
saidatom committed Aug 5, 2024
1 parent 81c3861 commit 6b55d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
browser: [ 'firefox', 'chrome' ]
browser: [ 'firefox', 'chrome', 'chromium' ]
selenium: [ '2.53.1', '3', '4' ]
include:
- php: '7.4'
Expand Down Expand Up @@ -79,6 +79,9 @@ jobs:
WEB_FIXTURES_BROWSER: ${{ matrix.browser }}
DRIVER_MACHINE_BASE_PATH: /fixtures/
run: |
if [ "${{ matrix.browser }}" = "chromium" ]; then
WEB_FIXTURES_BROWSER="chrome"
fi
vendor/bin/phpunit -v --coverage-clover=coverage.xml --colors=always --testdox
- name: Upload coverage
Expand Down

0 comments on commit 6b55d05

Please sign in to comment.