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 751a3f1 commit ada06e5Copy full SHA for ada06e5
1 file changed
.github/workflows/sbom.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Install
24
# Need to do install first in order for the OSGi tests to work
25
run: ./mvnw install -V -B --no-transfer-progress -DskipTests=true -Dmaven.javadoc.skip=true -B -V
26
- - name: Test
27
- run: ./mvnw verify -Pdistro,errorLogging,includeDockerTests -B --no-transfer-progress -V -Dmaven.test.redirectTestOutputToFile=false
+ #- name: Test
+ # run: ./mvnw verify -Pdistro,errorLogging,includeDockerTests -B --no-transfer-progress -V -Dmaven.test.redirectTestOutputToFile=false
28
29
sbom:
30
name: Generate merged SBOM
0 commit comments