Skip to content

Commit

Permalink
Remove "XSpec Test Results" publication and comment on each PR - it i…
Browse files Browse the repository at this point in the history
…sn't

being leveraged and is pretty noisy.
  • Loading branch information
danielnaab committed Sep 8, 2022
1 parent 07a4ad1 commit df31c1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
2 changes: 1 addition & 1 deletion vendor/oscal
Submodule oscal updated 285 files

0 comments on commit df31c1e

Please sign in to comment.