From af529b3ea19814d6e43036861f1a5361ea263eb1 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 4 Apr 2023 22:46:03 +0200 Subject: [PATCH] Move stuff around again --- .github/workflows/laravel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 77b0dd6df..42fe52b52 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -16,13 +16,13 @@ jobs: extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, bcmath, soap, intl, gd, exif, iconv coverage: none - - name: Run composer install - run: composer install -n --prefer-dist - - name: Copy env file run: cp .env.test .env + - name: Run composer install + run: composer install -n --prefer-dist + - name: Prepare Laravel Application run: php artisan key:generate