Skip to content

Commit

Permalink
ci: Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
dasundev committed Jan 13, 2024
1 parent 8f89650 commit 4567fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
- name: Install Chromedriver
run: php artisan dusk:chrome-driver
run: ./vendor/bin/testbench dusk:chrome-driver

- name: Run Tests
run: composer run test

0 comments on commit 4567fc7

Please sign in to comment.