Skip to content

Not working, nothing is displayed in Github Actions #43

Description

@TekuSP

It returns error code:

Generating Markdown Report from TRX file

VERBOSE: Resolving TRX file relative to current directory: D:\a\Maat-Manager\Maat-Manager\_TMP\test-results.trx
VERBOSE: Resolving MD file relative to current directory: D:\a\Maat-Manager\Maat-Manager\_TMP\test-results.md
VERBOSE: Resolving default XSL file: D:\a\_actions\zyborg\dotnet-tests-report\v1\trx-report/trx2md.xsl
VERBOSE: Loaded XSL transformer
VERBOSE: Transforming TRX to MD
Publishing Report to GH Workflow

Resolving REF

Resolved REF as 6f73ba4081ca81a2ce084d8ea7bc418b38fcc3b5

Resolve Repo Full Name as TekuSP/Maat-Manager

Adding Check Run

Invoke-WebRequest: D:\a\_actions\zyborg\dotnet-tests-report\v1\action.ps1:149
Line |
 149 |      Invoke-WebRequest -Headers $hdr $url -Method Post -Body ($bdy | C …
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     |  {   "message": "Resource not accessible by integration",   "documentation_url":
     | "https://docs.github.com/rest/checks/runs#create-a-check-run",   "status": "403" }
Publishing Report to GH Workflow

my implementation is:


    - name: Test
      uses: zyborg/dotnet-tests-report@v1
      with:
        project_path: "Maat Plugin Manager Tests/Maat Plugin Manager Tests.csproj"
        report_name: maat_plugin_manager_tests
        report_title: Maat Plugin Manager Tests
        github_token: ${{ secrets.GITHUB_TOKEN }}
        gist_token: ${{ secrets.GIST_TOKEN }}
        gist_name: maat_plugin_manager_tests.md
        gist_badge_label: 'Maat Plugin Manager: %Counters_passed%/%Counters_total%'

What I am doing wrong?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions