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 9ae5fb1Copy full SHA for 9ae5fb1
.github/workflows/performance-e2e.yaml
@@ -159,3 +159,11 @@ 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: gitpage-trial
168
+ publish_dir: jmeter=report
169
0 commit comments