Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sWalbrun committed Jun 15, 2023
1 parent 7c04be8 commit 0ba37a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:

- name: Prepare Laravel Application
run: |
php -r "file_exists('.env') || copy('.env.testing.example', '.env');"
php artisan key:generate
php -r "file_exists('.env') || copy('.env.testing.example', '.env.testing');"
php artisan key:generate --env=testing
- name: Grant write permission to root
run: chmod +w ./
Expand Down

0 comments on commit 0ba37a8

Please sign in to comment.