Skip to content

Commit b74b1ab

Browse files
author
Tony Lea
committed
Adding encryption key step
1 parent 48e6ad8 commit b74b1ab

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,5 +31,8 @@ jobs:
3131
- name: Install Dependencies
3232
run: composer install --no-interaction --prefer-dist --optimize-autoloader
3333

34+
- name: Generate Application Key
35+
run: php artisan key:generate
36+
3437
- name: Tests
3538
run: ./vendor/bin/pest --ci

0 commit comments

Comments
 (0)