We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f81d7 commit 33d7926Copy full SHA for 33d7926
.github/workflows/performance-e2e.yaml
@@ -159,3 +159,13 @@ jobs:
159
name: jmeter-nurse-journey-output-${{ env.timestamp }}
160
path: nurse-output
161
if-no-files-found: warn
162
+
163
+ - name: Publish test report
164
+ uses: peaceiris/actions-gh-pages@v3
165
+ with:
166
+ github_token: ${{ secrets.GITHUB_TOKEN }}
167
+ publish_branch: gh-pages
168
+ publish_dir: nurse-output/report
169
+ destination_dir: JMeter/report-${{ env.timestamp }}
170
+ keep_files: true
171
0 commit comments