Skip to content

Commit

Permalink
CCM-5848: Accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
m-salaudeen committed Jul 30, 2024
1 parent 100fc68 commit 4140910
Show file tree
Hide file tree
Showing 6 changed files with 2,759 additions and 50 deletions.
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
Loading

0 comments on commit 4140910

Please sign in to comment.