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 2900aa2 commit ffe7990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ jobs:
coverage: none
tools: composer:v2

- uses: actions/checkout@v4
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Make SQLite database
run: vendor/bin/testbench-dusk workbench:create-sqlite-db

- name: Update Dusk Chromedriver
run:
run: |
vendor/bin/dusk-updater update
vendor/bin/dusk-updater detect
vendor/bin/testbench-dusk dusk:chrome-driver
- name: Execute Unit Tests
run: vendor/bin/phpunit --testsuite=Browser --no-coverage --disable-coverage-ignore
Expand Down

0 comments on commit ffe7990

Please sign in to comment.