Skip to content

Commit

Permalink
ci: 👷 replace test check run url woth the html one
Browse files Browse the repository at this point in the history
  • Loading branch information
RigoQuinck committed Apr 23, 2024
1 parent 796ccbe commit 634951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
projectName: ${{ env.PROJECT_NAME }}
testResultsUrl: ${{ steps.testsreport.outputs.url }}
testResultsUrl: ${{ steps.testsreport.outputs.url_html }}

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 634951a

Please sign in to comment.