Skip to content

Commit

Permalink
chore(github): add env file
Browse files Browse the repository at this point in the history
  • Loading branch information
shutdown57 committed Aug 12, 2024
1 parent a4024df commit ff8d98a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: npm run build

- name: Prepare Laravel Application
run: php artisan key:generate
run: |
cp .env.example .env
php artisan key:generate
- name: Run tests
env:
Expand Down

0 comments on commit ff8d98a

Please sign in to comment.