Skip to content

Commit

Permalink
Add env key
Browse files Browse the repository at this point in the history
  • Loading branch information
techenby committed Apr 25, 2024
1 parent bc0662a commit d194c9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install Dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader

- name: Make environment file
run: cp .env.example .env

- name: Generate App Key
run: php artisan key:generate

Expand Down

0 comments on commit d194c9f

Please sign in to comment.