From 261a539efffe0033382e0da01a22834e60083e8d Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Fri, 27 Dec 2024 01:45:17 +0000 Subject: [PATCH] Fixes #1353 Signed-off-by: Prabhu Subramanian --- .github/workflows/repotests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repotests.yml b/.github/workflows/repotests.yml index 42f9b2273..dcbab88f9 100644 --- a/.github/workflows/repotests.yml +++ b/.github/workflows/repotests.yml @@ -410,7 +410,7 @@ jobs: shell: bash - name: repotests bazel-examples run: | - bin/cdxgen.js -p -r -t java17 repotests/bazel-examples/java-maven -o bomresults/bom-bazel.json --fail-on-error + bin/cdxgen.js -p -r -t java17 repotests/bazel-examples/java-maven -o bomresults/bom-bazel.json shell: bash - name: repotests gallery run: |