Skip to content

Commit

Permalink
rollback after pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
jpardogrowthaccelerationpartners committed Jul 10, 2024
1 parent e7a94ff commit 7d26c91
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions .github/workflows/after-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,12 @@ jobs:
report-test-results:
name: Report Test Results
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion != 'skipped'

permissions:
checks: write
pull-requests: write
# actions: read
# only needed for private repository
# contents: read
# issues: read

steps:
- name: Download and Extract Artifacts
uses: dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 # v3.1.2
with:
run_id: ${{ github.event.workflow_run.id }}
path: artifacts

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@f355d34d53ad4e7f506f699478db2dd71da9de5f # v2.15.1
- name: Upload Test Results
uses: dorny/test-reporter@eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 # v1.8.0
with:
commit: ${{ github.event.workflow_run.head_sha }}
event_file: artifacts/Event File/event.json
event_name: ${{ github.event.workflow_run.event }}
files: "artifacts/**/*.trx"
artifact: csharp-tests
name: C# Unit Test Results
path: "**/*.trx"
reporter: dotnet-trx
fail-on-error: false

0 comments on commit 7d26c91

Please sign in to comment.