Skip to content

Commit

Permalink
Merge pull request #11 from NHSDigital/feature/CCM-5849_Accessibility
Browse files Browse the repository at this point in the history
CCM-5849: Accessibility
  • Loading branch information
m-salaudeen authored Jul 31, 2024
2 parents 3decf27 + de84298 commit c7cc645
Show file tree
Hide file tree
Showing 42 changed files with 2,759 additions and 2,727 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd-1-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
name: "Acceptance stage"
needs: [metadata, build-stage]
uses: ./.github/workflows/stage-4-acceptance.yaml
if: needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
with:
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/stage-4-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,20 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Repo setup"
run: |
npm ci
- name: "Run accessibility test"
run: |
make test-accessibility
- name: "Save result"
run: |
echo "Nothing to save"
- name: Archive accessibility results
uses: actions/upload-artifact@v4
with:
name: accessibility
path: ".reports/accessibility"
test-load:
name: "Load test"
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion docs/README.md

This file was deleted.

This file was deleted.

149 changes: 0 additions & 149 deletions docs/adr/ADR-002_Scan_repository_for_hardcoded_secrets.md

This file was deleted.

Loading

0 comments on commit c7cc645

Please sign in to comment.