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 a1cff36 commit d2254bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +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

Expand Down

0 comments on commit d2254bc

Please sign in to comment.