Skip to content

Commit

Permalink
Update k6-qryn-loki.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Nov 6, 2023
1 parent cbdca8a commit 4fcd311
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/k6-qryn-loki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ jobs:
path: |
results.csv
summary.html
- name: Generate HTML Preview
id: html_preview
uses: pavi2410/html-preview-action@v2
with:
html_file: 'summary.html'
- name: Summary Report
run: |
echo "### Test Summary" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "${{ format('[Test Summary Report]({0})', steps.html_preview.outputs.url) }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit 4fcd311

Please sign in to comment.