From c5cddaf9ca4993ae4dce274d566ff72b05c43a56 Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Tue, 20 Feb 2024 14:34:49 -0500 Subject: [PATCH] Pr preview a11y fix. (#115) * fix(script): removed space. * fix(a11y): Fixed a11y tests --- .github/workflows/pr-preview.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index a0970a91..41003d57 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -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 @@ -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