From 1118954db6bedfa2530323486456a0422c26a280 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 19 Feb 2023 08:08:47 +0100 Subject: [PATCH] Exclude path and add command. --- .github/workflows/qodana.yml | 1 + qodana.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 3ec22cd6df..6692dce27d 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | composer install --no-scripts + php artisan key:generate php artisan clear-compiled php artisan ide-helper:generate; diff --git a/qodana.yaml b/qodana.yaml index 5459eee69b..14ea7adfc6 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -2,3 +2,7 @@ profile: name: qodana.recommended version: "1.0" linter: jetbrains/qodana-php:2022.3-eap +exclude: + - name: All + paths: + - .ci