From f7ba0b33e5036cfff553e9bddef7fc4414419df7 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Mon, 23 Oct 2023 12:41:36 +0100 Subject: [PATCH] Workflow 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 98df259..7b15afd 100644 --- a/.github/workflows/repotests.yml +++ b/.github/workflows/repotests.yml @@ -82,6 +82,6 @@ jobs: - run: | cdxgen -t js -o $GITHUB_WORKSPACE/repotests/juice-shop/bom.json $GITHUB_WORKSPACE/repotests/juice-shop ./atom.sh reachables -o /tmp/juice-shop.atom -l js $GITHUB_WORKSPACE/repotests/juice-shop -Dlog4j.configurationFile=log4j2.xml --slice-outfile /tmp/juice-shop.reachables.json - shell: bash env: JAVA_TOOL_OPTIONS: "-Dfile.encoding=UTF-8" + if: runner.os != 'Windows'