From 7fb99352c8d1c62488748bfd41bc0529714d8555 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Thu, 20 Oct 2022 21:57:57 -0400 Subject: [PATCH] Run Schematron profile checking and store results Make sure that we keep the compiled Schematron->XSLT output for running the Schematron business rules and then store the SVRL output results for later debugging. NOTE: The collection of files in path runner.temp var for the GHA workflow is in main branch already as of d3c227d so I will not double-add it for now. --- .github/workflows/content-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/content-artifacts.yml b/.github/workflows/content-artifacts.yml index ae6db777..543a91b8 100644 --- a/.github/workflows/content-artifacts.yml +++ b/.github/workflows/content-artifacts.yml @@ -72,7 +72,7 @@ jobs: - name: Validate Content run: # mkdir -p "${OSCAL_BUILD_DIR_PATH}" - bash "${GITHUB_WORKSPACE}/git-content/${CICD_DIR_PATH}/validate-content.sh" -o "${GITHUB_WORKSPACE}/git-content/${OSCAL_DIR_PATH}" -a "${GITHUB_WORKSPACE}/git-content" -c "${GITHUB_WORKSPACE}/git-content/${CONTENT_CONFIG_PATH}" + bash "${GITHUB_WORKSPACE}/git-content/${CICD_DIR_PATH}/validate-content.sh" -o "${GITHUB_WORKSPACE}/git-content/${OSCAL_DIR_PATH}" -a "${GITHUB_WORKSPACE}/git-content" -c "${GITHUB_WORKSPACE}/git-content/${CONTENT_CONFIG_PATH}" --scratch-dir "${RUNNER_TEMP}" --keep-temp-scratch-dir # job-copy-and-convert-content - name: Auto-convert Content run: