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
2 changes: 1 addition & 1 deletion .github/actions/deploy-reports/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '24'
cache: 'npm'

- name: Generate Allure report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,15 @@ jobs:

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

- name: Upload nurse journey JMeter output
if: inputs.runNurse == true
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: jmeter-nurse-journey-output-${{ env.timestamp }}
path: nurse-output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-large-org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
gzip -c ${{ env.large-org-home }}/vaccination.csv > ${{ env.large-org-home }}/vaccination.csv.gz

- name: Upload JMeter output
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: jmeter-large-org-output-${{ env.timestamp }}
path: large-org-output
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,14 @@ jobs:

- name: Upload nurse journey JMeter output
if: inputs.runNurse == true
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: jmeter-nurse-journey-output-${{ env.timestamp }}
path: test-results/nurse
if-no-files-found: warn
- name: Upload consent journey JMeter output
if: inputs.runConsent == true
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: jmeter-consent-journey-output-${{ env.timestamp }}
path: test-results/consent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run-tests-against-container:
needs: identify-target-environment
if: needs.identify-target-environment.outputs.environment == 'container'
uses: nhsuk/manage-vaccinations-in-schools/.github/workflows/end-to-end-tests.yml@containerized_regression_tests_for_PRs #TODO: Change once this is in main
uses: nhsuk/manage-vaccinations-in-schools/.github/workflows/end-to-end-tests.yml@next
permissions:
id-token: write
contents: write
Expand Down