do not exectue dependency-check on CI (due to missing NVD API key)

This commit is contained in:
Armin Schrenk
2023-11-28 13:23:40 +01:00
parent 8382299a05
commit dbacbc8874
6 changed files with 6 additions and 6 deletions

View File

@@ -24,4 +24,4 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build and Test
run: xvfb-run mvn -B clean install jacoco:report -Pcoverage,dependency-check
run: xvfb-run mvn -B clean install jacoco:report -Pcoverage