From b46847499776819f38aad1d4298e16e52f17c4c5 Mon Sep 17 00:00:00 2001 From: tiulpin Date: Wed, 11 Dec 2024 16:24:32 +0100 Subject: [PATCH] :bricks: Temporarily disable `qodana-clang` test suite --- .github/workflows/node.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 333c57b0..a2f95e13 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -104,10 +104,10 @@ jobs: os: 'ubuntu-latest' arguments: '-l,jetbrains/qodana-cdnet:2024.3-eap' pr: 'false' # TODO: add true when pr-mode is available for dotnet-community - - directory: 'tests/cpp' - arguments: '-l,jetbrains/qodana-clang:2024.3-eap' - os: 'ubuntu-latest' - pr: 'false' +# - directory: 'tests/cpp' +# arguments: '-l,jetbrains/qodana-clang:2024.3-eap' +# os: 'ubuntu-latest' +# pr: 'false' - directory: 'tests/java' arguments: '-l,jetbrains/qodana-jvm-community:2024.3' os: 'ubuntu-latest'