Skip to content

Commit fb9e0a2

Browse files
committed
Removed gradle clean from build workflow
Signed-off-by: Guian Gumpac <[email protected]>
1 parent 026f7ce commit fb9e0a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
# allows for java 8 and java 11 to be used.
3737
# https://github.com/opensearch-project/sql-jdbc/pull/96#issuecomment-1611181743
3838
- name: Build
39-
run: |
40-
./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off clean
39+
run:
4140
./gradlew --no-daemon -S -Dorg.gradle.dependency.verification=off testClasses
4241
- name: Perform CodeQL Analysis
4342
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)