We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915147f commit 5896d2eCopy full SHA for 5896d2e
.github/workflows/codeql-analysis.yml
@@ -72,7 +72,7 @@ jobs:
72
distribution: ${{ env.JAVA_DISTRIBUTION }}
73
74
- name: Build Project
75
- run: ./gradlew build
+ run: ./gradlew build -x test -x jacocoTestReport
76
77
# ℹ️ Command-line programs to run using the OS shell.
78
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
0 commit comments