We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to use runHtmlUrl output in my workflow, however it is NOT possible since action.yaml does NOT have runHtmlUrl being listed
runHtmlUrl
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
@yanasazanavets, Thank you for the report! I've now added this to action.yml for better visibility. It's now included in v8 🎉
action.yml
Merge pull request #16 from phoenix-actions/feature/10
1e9b578
feature/10 add runHtmlUrl to action.yaml. fixes #10
Successfully merging a pull request may close this issue.
I am trying to use
runHtmlUrl
output in my workflow, however it is NOT possible since action.yaml does NOT haverunHtmlUrl
being listedThe text was updated successfully, but these errors were encountered: