Skip to content

Commit ed0bc28

Browse files
authored
add job summary
1 parent 3e7b1fe commit ed0bc28

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/performance-e2e.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
path: nurse-output
161161
if-no-files-found: warn
162162

163-
- name: Publish test report
163+
- name: Publish report to GH Pages
164164
uses: peaceiris/actions-gh-pages@v3
165165
with:
166166
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -169,4 +169,9 @@ jobs:
169169
destination_dir: JMeter/report-${{ env.timestamp }}
170170
keep_files: true
171171
enable_jekyll: true
172+
173+
- name: Set Job Summary
174+
run: |
175+
echo "Test report URL is https://nhsdigital.github.io/manage-vaccinations-in-schools-testing/JMeter/report-${{ env.timestamp }}/" >> $GITHUB_STEP_SUMMARY
176+
172177

0 commit comments

Comments
 (0)