Skip to content

Commit

Permalink
Set dusk sessions back to database
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jun 12, 2024
1 parent f311493 commit 8db2b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.dusk.local
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DB_DATABASE=/home/runner/work/auth/auth/laravel_app/database/dusk.sqlite
# DB_USERNAME=root
# DB_PASSWORD=

SESSION_DRIVER=file
SESSION_DRIVER=database
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
working-directory: ./laravel_app

- name: Run Dusk Tests
run: php artisan dusk --env=dusk.local -vvv
run: php artisan dusk -vvv --env=dusk.local
working-directory: ./laravel_app

- name: Upload Screenshots
Expand Down

0 comments on commit 8db2b43

Please sign in to comment.