Skip to content

Commit e78b3bd

Browse files
committed
update to fix a11y tests
1 parent d522263 commit e78b3bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
- run: node .github/upload-preview.js packages/module/public
5353
name: Upload docs
5454
if: always()
55-
- run: yarn serve:docs & yarn test:a11y
56-
name: a11y tests
5755
- name: Install Chrome for Puppeteer
5856
run: npx puppeteer browsers install chrome
57+
- run: yarn serve:docs & yarn test:a11y
58+
name: a11y tests
5959
- run: node .github/upload-preview.js packages/module/coverage
6060
name: Upload a11y report
6161
if: always()

0 commit comments

Comments
 (0)