From 6b2e3dcb2a5444d99b5de0d5a6ea62847ac7135c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 30 Oct 2023 06:04:34 +0100 Subject: [PATCH] Add step --- .github/workflows/sonarcloud.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index e03c64c538..b985962d91 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -42,6 +42,9 @@ jobs: xml xmlwriter + - name: Copy standard configuration + run: copy .env.example .env + - name: Install Composer dependencies run: composer install --prefer-dist --no-interaction --no-progress --no-scripts @@ -54,9 +57,6 @@ jobs: - name: "Integrity Database Report" run: php artisan firefly-iii:report-integrity - - name: "Run Laravel things" - run: composer install - - name: "Run tests with coverage" run: composer coverage