Skip to content

Commit d3c95e7

Browse files
authored
Update laravel.yml
1 parent 36c43fc commit d3c95e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/laravel.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2121
- name: Install Dependencies
2222
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
23-
- name: Generate key
24-
run: php artisan key:generate
25-
- name: Directory Permissions
26-
run: chmod -R 777 storage bootstrap/cache
2723
- name: Create Database
2824
run: |
2925
mkdir -p database

0 commit comments

Comments
 (0)