Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
description: "Create and import a cohort (not needed if there are already enough patients)"
required: true
type: boolean
default: true
default: false
runConsent:
description: "Run consent journey"
required: true
Expand Down Expand Up @@ -52,10 +52,10 @@ on:
type: string
default: '1000'
user:
description: "Optional (default Nurse Jackie) user."
description: "Optional (default Nurse perftest) user."
required: true
type: string
default: 'nurse.jackie@example.org'
default: 'nurse.perftest@example.com'

jobs:
nurse_journey_performance_test:
Expand Down Expand Up @@ -166,6 +166,7 @@ jobs:
-JURN=${{inputs.URN}}

- name: Upload consent journey JMeter output
if: inputs.runConsent == true
uses: actions/upload-artifact@v4
with:
name: jmeter-consent-journey-output-${{ env.timestamp }}
Expand Down Expand Up @@ -194,13 +195,15 @@ jobs:
-JURN=${{inputs.URN}}

- name: Upload nurse journey JMeter output
if: inputs.runNurse == true
uses: actions/upload-artifact@v4
with:
name: jmeter-nurse-journey-output-${{ env.timestamp }}
path: nurse-output
if-no-files-found: warn

- name: Publish report to GH Pages
if: inputs.runNurse == true
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -212,4 +215,4 @@ jobs:
- name: Set Job Summary
run: |
echo "Test report URL is https://nhsdigital.github.io/manage-vaccinations-in-schools-testing/JMeter/report-${{ env.timestamp }}/" >> $GITHUB_STEP_SUMMARY


Loading
Loading