Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidgh83 committed Oct 25, 2024
1 parent 65efe79 commit 9b03cd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:

- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --dev --no-interaction
composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction
composer update --prefer-dist --no-interaction
composer require "laravel/framework:${{ matrix.laravel }}" --dev --no-interaction -W
composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction -W
composer update --prefer-dist --no-interaction -W
- name: Execute PHPUnit tests
run: vendor/bin/phpunit

0 comments on commit 9b03cd4

Please sign in to comment.