Skip to content

Commit

Permalink
Disable dusk sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jun 12, 2024
1 parent 022d7ca commit a8362b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
run: touch database/database.sqlite
working-directory: ./laravel_app

- name: Create Dusk sqlite file
run: touch database/dusk.sqlite
working-directory: ./laravel_app
# - name: Create Dusk sqlite file
# run: touch database/dusk.sqlite
# working-directory: ./laravel_app

- name: Move dusk .env.dusk.ci file to laravel root
run: cp vendor/devdojo/auth/.env.dusk.ci .env.dusk.ci
working-directory: ./laravel_app
# - name: Move dusk .env.dusk.ci file to laravel root
# run: cp vendor/devdojo/auth/.env.dusk.ci .env.dusk.ci
# working-directory: ./laravel_app

- name: List out .env
run: cat .env
Expand Down

0 comments on commit a8362b6

Please sign in to comment.