Skip to content

Commit

Permalink
🧱 Disable tests with expired EAPs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Sep 17, 2024
1 parent e2abfc9 commit 1d79b1d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d79b1d

Please sign in to comment.