We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7b1fe commit ed0bc28Copy full SHA for ed0bc28
.github/workflows/performance-e2e.yaml
@@ -160,7 +160,7 @@ jobs:
160
path: nurse-output
161
if-no-files-found: warn
162
163
- - name: Publish test report
+ - name: Publish report to GH Pages
164
uses: peaceiris/actions-gh-pages@v3
165
with:
166
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -169,4 +169,9 @@ jobs:
169
destination_dir: JMeter/report-${{ env.timestamp }}
170
keep_files: true
171
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
177
0 commit comments