Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'runHtmlUrl' output is NOT mentioned in action.yaml so that it cannot be used #10

Closed
yanasazanavets opened this issue Apr 27, 2022 · 2 comments · Fixed by #16
Closed

Comments

@yanasazanavets
Copy link

I am trying to use runHtmlUrl output in my workflow, however it is NOT possible since action.yaml does NOT have runHtmlUrl being listed

@lyona
Copy link

lyona commented May 12, 2022

seems to work for me:

    - name: Publish Test Results
      uses: phoenix-actions/test-reporting@v6
      id: search-report
      with:
        name: ${{ github.workflow }} Search Test Report
        fail-on-error: 'true'
        path: tests/*.trx
        reporter: dotnet-trx

    - name: Write report url
      run: echo "::notice::${{ steps.search-report.outputs.runHtmlUrl }}"
      shell: bash

@IanMoroney
Copy link
Contributor

@yanasazanavets, Thank you for the report!
I've now added this to action.yml for better visibility.
It's now included in v8 🎉

IanMoroney added a commit that referenced this issue May 27, 2022
feature/10 add runHtmlUrl to action.yaml. fixes #10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants