We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026f7ce commit fb9e0a2Copy full SHA for fb9e0a2
.github/workflows/codeql-analysis.yml
@@ -36,8 +36,7 @@ jobs:
36
# allows for java 8 and java 11 to be used.
37
# https://github.com/opensearch-project/sql-jdbc/pull/96#issuecomment-1611181743
38
- name: Build
39
- run: |
40
- ./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off clean
+ run:
41
./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off testClasses
42
- name: Perform CodeQL Analysis
43
uses: github/codeql-action/analyze@v2
0 commit comments