From a798a9d50d772d0d765dd76441d51bcaf083da9a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 19 Feb 2023 08:06:05 +0100 Subject: [PATCH] Add IDE helper script. --- .github/workflows/qodana.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 04ffc908bb..3ec22cd6df 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -24,8 +24,11 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install dependencies - run: composer install --no-scripts - + run: | + composer install --no-scripts + php artisan clear-compiled + php artisan ide-helper:generate; + - name: 'Qodana Scan' uses: JetBrains/qodana-action@main env: