diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d97c34677..3b4cc97a9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -54,32 +54,3 @@ jobs: if: runner.os == 'Windows' run: | make test-validations test-web - - # Sets the test report path for visibility - - name: Publish XSpec Test Results - uses: mikepenz/action-junit-report@v1 - if: runner.os == 'Linux' - with: - report_paths: "**/report/test/*junit.xml" - github_token: ${{ secrets.GITHUB_TOKEN }} - - # Publish the test summary as comment on the PR - - name: Publish XSpec Test Results Summary - uses: EnricoMi/publish-unit-test-result-action@v1.15 - if: runner.os == 'Linux' - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - check_name: XSpec Test Results - files: "**/report/test/*junit.xml" - report_individual_runs: true - deduplicate_classes_by_file_name: false - - - name: Upload Resulting Schematron SVRL Report - uses: actions/upload-artifact@27bce4eee761b5bc643f46a8dfb41b430c8d05f6 # v2 - if: runner.os == 'Linux' - with: - name: fedramp-automation-validation-unit-tests-${{ github.sha }} - path: | - ./src/validations/report/schematron/**/*.* - ./src/validations/report/test/**/*.* - if-no-files-found: error diff --git a/package.json b/package.json index a8523f942..155abf02b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,5 @@ "federalist": "make init-repo && npm run build:validation-ui && npm run link:validation-ui", "link:validation-ui": "ln -sf ./src/web/dist _site" }, - "dependencies": { - "saxon-js": "^2.4.0" - } + "dependencies": {} } diff --git a/vendor/oscal b/vendor/oscal index bfcd0082b..d3a2b990e 160000 --- a/vendor/oscal +++ b/vendor/oscal @@ -1 +1 @@ -Subproject commit bfcd0082bd4c08e16c7d5f5515adc5c858e8308e +Subproject commit d3a2b990e24210c253642451e30ea6db99bd045b