Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludonvl committed May 18, 2023
1 parent 542adaf commit 5f8593c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ jobs:
touch ${{vars.PROJECT_PATH}}/database/database.sqlite
- name: Move to Working dir
run: rm -rf "${{vars.PROJECT_PATH}}*" && mv ../* "${{vars.PROJECT_PATH}}"
- name: Change variable
env:
DB_CONNECTION: sqlite
DB_DATABASE: ${{vars.PROJECT_PATH}}/database/database.sqlite
APP_DEBUG: false

0 comments on commit 5f8593c

Please sign in to comment.