Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored Aug 25, 2023
1 parent 2d30830 commit f57a9fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@ jobs:
files: artifacts/**/*.trx
check_name: Test results
action_fail_on_inconclusive: true
json_file: test-results.json
- name: Deploy
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
gist_id: 003e8ab2211221897e4b3c0e564ed7b6
gist_description: ${{ github.repository }} test results as JSON
gist_file_name: ${{ github.repository }}_test-results.json
file_path: test-results.json
file_type: text
sonarcloud:
name: SonarCloud
runs-on: windows-latest
Expand Down

0 comments on commit f57a9fe

Please sign in to comment.