Skip to content

Commit 9ae5fb1

Browse files
authored
add github pages publish step
1 parent d8f81d7 commit 9ae5fb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/performance-e2e.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,11 @@ jobs:
159159
name: jmeter-nurse-journey-output-${{ env.timestamp }}
160160
path: nurse-output
161161
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

Comments
 (0)