Skip to content

Commit

Permalink
Remove duster before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Nov 22, 2024
1 parent e758c64 commit 67171d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
- run: |
composer remove tightenco/duster --dev
composer update --prefer-${{ matrix.dependencies }} --prefer-dist --no-interaction
composer require illuminate/view:* --with-all-dependencies --no-interaction
- run: vendor/bin/phpunit

0 comments on commit 67171d2

Please sign in to comment.