Skip to content

Commit

Permalink
Added installation chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 28, 2024
1 parent d2254bc commit 2900aa2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,10 @@ jobs:
- name: Make SQLite database
run: vendor/bin/testbench-dusk workbench:create-sqlite-db

- uses: browser-actions/setup-chrome@v1
with:
install-chromedriver: true

- name: Update Dusk Chromedriver
run: vendor/bin/dusk-updater detect --auto-update
run:
vendor/bin/dusk-updater update
vendor/bin/dusk-updater detect

- name: Execute Unit Tests
run: vendor/bin/phpunit --testsuite=Browser --no-coverage --disable-coverage-ignore
Expand Down

0 comments on commit 2900aa2

Please sign in to comment.