Skip to content

Commit

Permalink
now getting tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 10, 2024
1 parent 7f51a7c commit bc7b152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
run: composer require pestphp/pest --dev --with-all-dependencies
working-directory: ./laravel_app

- name: Clear all view caches
run: php artisan view:clear
working-directory: ./laravel_app

- name: Run Tests
run: ./vendor/bin/pest
working-directory: ./laravel_app
1 change: 0 additions & 1 deletion resources/views/pages/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Livewire\Volt\Component;
use Devdojo\Auth\Traits\HasConfigs;
echo $fail;
/*$vendor_folder_location = base_path('vendors/devdojo/auth/resources/views/includes') . '/volt-page-dynamic-middleware-name.php';
$package_folder_location = base_path('packages/devdojo/auth/resources/views/includes') . '/volt-page-dynamic-middleware-name.php';
if(file_exists($package_folder_location)){
Expand Down

0 comments on commit bc7b152

Please sign in to comment.