Skip to content

Commit d307ade

Browse files
committed
attempt to fix a11y test ci
1 parent 7f309ae commit d307ade

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ jobs:
152152
key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }}
153153
- name: Build dist
154154
run: npm run build
155-
if: steps.dist.outputs.cache-hit != 'true'
156155
- name: Build docs
157156
run: npm run build:docs
158157
- uses: actions/cache@v4

.github/workflows/pr-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
key: ${{ runner.os }}-puppeteer-${{ hashFiles('package-lock.json') }}
5757
- name: Install Chrome for Puppeteer
5858
run: npx puppeteer browsers install chrome
59-
if: steps.puppeteer-cache.outputs.cache-hit != 'true'
6059
- run: npm run serve:docs & npm run test:a11y
6160
name: a11y tests
6261
- run: node .github/upload-preview.js packages/module/coverage

0 commit comments

Comments
 (0)