We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af60fec commit e81d8fbCopy full SHA for e81d8fb
.github/actions/build-cache/action.yml
@@ -8,7 +8,6 @@ runs:
8
uses: actions/cache@v3
9
with:
10
path: |
11
- node_modules
12
packages/*/dist
13
plugins/*/dist
14
key: ${{ github.run_id }}
.github/workflows/build.yml
@@ -65,6 +65,8 @@ jobs:
65
- uses: actions/checkout@v3
66
- uses: ./.github/actions/install-deps
67
- uses: ./.github/actions/build-cache
68
+ - run: pnpm exec playwright install --with-deps chromium
69
+ working-directory: ./packages/config-vitest
70
- run: pnpm test:browser
71
72
release:
0 commit comments