Skip to content

Commit

Permalink
Probably don't need this, can do it in test setup if need be
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Jul 15, 2024
1 parent 0b99dc6 commit c8b37c9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
run: |
composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update
composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader
- name: Prepare the application
run: |
php artisan key:generate
- name: Clear Config
run: |
php artisan config:clear
php artisan cache:clear
- name: Run phpunit tests
run: composer test

0 comments on commit c8b37c9

Please sign in to comment.