Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan-Madushanka authored Mar 28, 2024
1 parent 138d316 commit 6dce44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Prepare the application
run: |
php -r "file_exists('.env') || copy('.env.example', '.env');"
php -r "file_exists('.env') || copy('.env.ci', '.env.testing');"
php artisan key:generate
- name: Clear Config
Expand Down

0 comments on commit 6dce44f

Please sign in to comment.