diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 959ef69c..1804f0d0 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -118,36 +118,36 @@ jobs: arguments: '--ide,QDNET' os: 'windows-latest' pr: 'true' - - directory: 'tests/dotnet' - os: 'ubuntu-latest' - arguments: '-l,jetbrains/qodana-cdnet:2024.1-eap' - pr: 'false' # TODO: add true when pr-mode is available for dotnet-community - - directory: 'tests/cpp' - arguments: '-l,jetbrains/qodana-clang:2024.1-eap' - os: 'ubuntu-latest' - pr: 'false' +# - directory: 'tests/dotnet' +# os: 'ubuntu-latest' +# arguments: '-l,jetbrains/qodana-cdnet:2024.1-eap' +# pr: 'false' # TODO: add true when pr-mode is available for dotnet-community +# - directory: 'tests/cpp' +# arguments: '-l,jetbrains/qodana-clang:2024.1-eap' +# os: 'ubuntu-latest' +# pr: 'false' - directory: 'tests/java' - arguments: '-l,jetbrains/qodana-jvm-community' + arguments: '-l,jetbrains/qodana-jvm-community:2024.1' os: 'ubuntu-latest' pr: 'true' - directory: 'tests/java' - arguments: '-l,jetbrains/qodana-jvm-community' + arguments: '-l,jetbrains/qodana-jvm-community:2024.1' os: 'ubuntu-latest' pr: 'false' - directory: 'tests/java' - arguments: '-l,jetbrains/qodana-jvm-android' + arguments: '-l,jetbrains/qodana-jvm-android:2024.1' os: 'ubuntu-latest' pr: 'true' - directory: 'tests/java' - arguments: '-l,jetbrains/qodana-jvm-android' + arguments: '-l,jetbrains/qodana-jvm-android:2024.1' os: 'ubuntu-latest' pr: 'false' - directory: 'tests/py_error' - arguments: '-l,jetbrains/qodana-python-community' + arguments: '-l,jetbrains/qodana-python-community:2024.1' os: 'ubuntu-latest' pr: 'true' - directory: 'tests/py_error' - arguments: '-l,jetbrains/qodana-python-community' + arguments: '-l,jetbrains/qodana-python-community:2024.1' os: 'ubuntu-latest' pr: 'false' steps: