Skip to content

Commit

Permalink
Pr preview a11y fix. (#115)
Browse files Browse the repository at this point in the history
* fix(script): removed space.

* fix(a11y): Fixed a11y tests
  • Loading branch information
dlabaj authored Feb 20, 2024
1 parent 23fa794 commit c5cddaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
key: ${{ runner.os }}-npm-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }}
- run: npm install --frozen-lockfile
if: steps.yarn-cache.outputs.cache-hit != 'true'

- run: npm run build
name: Build component groups
- uses: actions/cache@v2
Expand All @@ -49,7 +48,7 @@ jobs:
- run: node .github/upload-preview.js packages/module/public
name: Upload docs
if: always()
- run: npm run serve & npm run test
- run: npm run serve:docs & npm run test:a11y
name: a11y tests
- run: node .github/upload-preview.js packages/module/coverage
name: Upload a11y report
Expand Down

0 comments on commit c5cddaf

Please sign in to comment.