Skip to content

Commit

Permalink
ci: add accessibility tests to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ShriD2003 committed Aug 26, 2024
1 parent 07a7757 commit 9cadaa5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Test
run: yarn test

- name: Accessibility tests using Storybook
run: yarn playwright install && yarn test-storybook:ci

- name: Build
run: yarn build:prod

Expand Down

0 comments on commit 9cadaa5

Please sign in to comment.