Skip to content

Commit

Permalink
[WIP] Dedupe event trigger and inline JUnit XML processing in CI work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
aj-stein-nist committed Feb 16, 2024
1 parent 1e838c9 commit 77f4ede
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI
on:
push:
branches:
- main
- dev
pull_request: {}
permissions:
checks: write
Expand Down Expand Up @@ -36,17 +33,6 @@ jobs:
run: |
make -C src spec-test
id: spec-tests
# Publish the test summary as comment on the PR
- name: Publish XSpec Test Results Summary
uses: EnricoMi/publish-unit-test-result-action@8885e273a4343cd7b48eaa72428dea0c3067ea98
if: runner.os == 'Linux'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
check_name: XSpec Test Results
comment_mode: always
files: "**/*_junit-report.xml"
report_individual_runs: true
deduplicate_classes_by_file_name: false
- name: Upload test results
if: always()
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
Expand All @@ -57,6 +43,7 @@ jobs:
event_file:
name: "Upload Results to Event File"
runs-on: ubuntu-20.04
needs: test
steps:
- name: Upload
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
Expand Down

0 comments on commit 77f4ede

Please sign in to comment.