Skip to content

Commit

Permalink
ci: Install Chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
dasundev committed Jan 13, 2024
1 parent 29dbc40 commit 8f89650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
run: |
composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
- name: Install Chromedriver
run: php artisan dusk:chrome-driver

- name: Run Tests
run: composer run test
3 changes: 1 addition & 2 deletions testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ providers:

workbench:
build:
- filament:install --panels -n
- dusk:chrome-driver
- filament:install --panels -n

0 comments on commit 8f89650

Please sign in to comment.