Skip to content

Commit c32ad32

Browse files
committed
Merge branch 'main' of https://github.com/NHSDigital/nhs-notify-web-template-management into feature/CCM-11343_rtl-disable-proofing
2 parents 028305e + c5f9be8 commit c32ad32

File tree

28 files changed

+83
-146
lines changed

28 files changed

+83
-146
lines changed

.github/actions/acceptance-tests/action.yaml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,9 @@ runs:
4444
run: |
4545
make test-${{ inputs.testType }}
4646
47-
- name: Archive ui-e2e test results
48-
if: ${{ inputs.testType == 'ui-e2e' }}
47+
- name: Archive test results
4948
uses: actions/upload-artifact@v4
49+
if: always()
5050
with:
51-
name: UI E2E test report
52-
path: "tests/test-team/playwright-report"
53-
54-
- name: Archive ui-component test results
55-
if: ${{ inputs.testType == 'ui-component' }}
56-
uses: actions/upload-artifact@v4
57-
with:
58-
name: UI-component test report
59-
path: "tests/test-team/playwright-report"
60-
61-
- name: Archive api test results
62-
if: ${{ inputs.testType == 'api' }}
63-
uses: actions/upload-artifact@v4
64-
with:
65-
name: API test report
66-
path: "tests/test-team/playwright-report"
67-
68-
- name: Archive accessibility results
69-
if: ${{ inputs.testType == 'accessibility' }}
70-
uses: actions/upload-artifact@v4
71-
with:
72-
name: accessibility
73-
path: "tests/accessibility/.reports/accessibility"
51+
name: ${{ inputs.testType }} - test report
52+
path: "tests/acceptance-test-report"

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
branches:
88
- "**"
9-
pull_request:
10-
types: [opened, reopened]
119

1210
jobs:
1311
metadata:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gitleaks 8.24.0
33
jq 1.6
44
nodejs 20.18.2
55
pre-commit 3.6.0
6-
terraform 1.9.2
6+
terraform 1.10.1
77
terraform-docs 0.19.0
88
trivy 0.61.0
99
vale 3.6.0

infrastructure/terraform/bin/terraform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ readonly backend_config="terraform {
599599
region = \"${region}\"
600600
bucket = \"${bucket}\"
601601
key = \"${backend_key}\"
602-
dynamodb_table = \"${bucket}\"
602+
use_lockfile = true
603603
}
604604
}";
605605

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform 1.9.2
1+
terraform 1.10.1

infrastructure/terraform/components/acct/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
| Name | Version |
88
|------|---------|
9-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
9+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.10.1 |
1010
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.50 |
1111
## Inputs
1212

infrastructure/terraform/components/acct/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ terraform {
66
}
77
}
88

9-
required_version = ">= 1.9.0"
9+
required_version = ">= 1.10.1"
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraform 1.9.2
1+
terraform 1.10.1

infrastructure/terraform/components/branch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
| Name | Version |
88
|------|---------|
9-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
9+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.10.1 |
1010
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.50 |
1111
## Inputs
1212

infrastructure/terraform/components/branch/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ terraform {
66
}
77
}
88

9-
required_version = ">= 1.9.0"
9+
required_version = ">= 1.10.1"
1010
}

0 commit comments

Comments
 (0)