Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Villavicencio committed Jun 16, 2020
1 parent 2d41dbf commit 50eb8a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
extensions: fileinfo
- 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
- name: Generate key
run: php artisan key:generate --force
- name: Directory Permissions
Expand Down

0 comments on commit 50eb8a9

Please sign in to comment.