Updating GHES workflows

This commit is contained in:
GitHub Actions
2020-05-25 20:17:18 +00:00
parent 874062869c
commit 85199a93ce
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
run: php artisan key:generate
- name: Directory Permissions