Skip to content

Commit 5896d2e

Browse files
committed
fix ci
1 parent 915147f commit 5896d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
distribution: ${{ env.JAVA_DISTRIBUTION }}
7373

7474
- name: Build Project
75-
run: ./gradlew build
75+
run: ./gradlew build -x test -x jacocoTestReport
7676

7777
# ℹ️ Command-line programs to run using the OS shell.
7878
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

0 commit comments

Comments
 (0)