Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
fix: pull-request 加判断条件触发 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
teacher-zhou authored Dec 7, 2022
2 parents 1828f80 + 2f1ce38 commit e1a57fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
dotnet test --collect:"XPlat Code Coverage"
find ./src/TDesign.Test/*TestResults* -name "*coverage*.xml" -type f -exec cp {} ./ \;
- name: Codacy Coverage Reporter
if: github.repository_owner == 'AchievedOwner'
uses: codacy/codacy-coverage-reporter-action@v1.3.0
with:
api-token: $CODECOV_TOKEN
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
- name: Dotnet Test Reporter
uses: bibipkins/dotnet-test-reporter@v1.0.0-beta.4
if: github.repository_owner == 'AchievedOwner'
with:
github-token: ${{ env.GITHUB_TOKEN }}
test-results: ./src/TDesign.Test/TestResults/
Expand Down

0 comments on commit e1a57fe

Please sign in to comment.