Skip to content

Commit

Permalink
Run Schematron profile checking and store results
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aj-stein-nist committed Oct 21, 2022
1 parent 1a711c4 commit 7fb9935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7fb9935

Please sign in to comment.