Skip to content

Commit

Permalink
Fix tests (#1021)
Browse files Browse the repository at this point in the history
* Update tests.yml

* Update tests.yml

* Update tests.yml
  • Loading branch information
driesvints authored Jan 19, 2023
1 parent c5abfc2 commit b4ac276
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 @@ -70,7 +70,7 @@ jobs:
- name: Setup Laravel
run: |
composer create-project laravel/laravel:${{ matrix.laravel }} .
composer require laravel/dusk --no-interaction --no-update
composer require laravel/dusk:@dev --no-interaction --no-update
composer config repositories.dusk '{"type": "path", "url": "dusk"}' --file composer.json
- name: Checkout code
Expand Down

0 comments on commit b4ac276

Please sign in to comment.