Skip to content

Commit ada06e5

Browse files
committed
chore: Build auf Gitlab und SBOM Generierung für Flowable Modeler Server (#2071283)
sbom creation overhaul
1 parent 751a3f1 commit ada06e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sbom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install
2424
# Need to do install first in order for the OSGi tests to work
2525
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
26+
#- name: Test
27+
# run: ./mvnw verify -Pdistro,errorLogging,includeDockerTests -B --no-transfer-progress -V -Dmaven.test.redirectTestOutputToFile=false
2828

2929
sbom:
3030
name: Generate merged SBOM

0 commit comments

Comments
 (0)