From f57a9fefd3bae60bb32a4a9dd23d33fe1507e85c Mon Sep 17 00:00:00 2001 From: David Sungaila Date: Fri, 25 Aug 2023 15:33:31 +0200 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 0bff0e23..2c78c9f8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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