Skip to content

Commit 880589b

Browse files
author
Tony Lea
committed
copying env file
1 parent b74b1ab commit 880589b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Install Dependencies
3232
run: composer install --no-interaction --prefer-dist --optimize-autoloader
3333

34+
- name: Copy Environment File
35+
run: cp .env.example .env
36+
3437
- name: Generate Application Key
3538
run: php artisan key:generate
3639

0 commit comments

Comments
 (0)