diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 18eaa33c9..040b17c2c 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -31,11 +31,11 @@ jobs: - uses: actions/checkout@v2 - - name: Copy .env - run: cp .env.test .env + - name: Copy environment file + run: cp .env.example .env - name: Install Dependencies - run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + run: composer install --prefer-dist --no-interaction --no-progress - name: Generate key run: php artisan key:generate