Skip to content

Commit e81d8fb

Browse files
setup browser
1 parent af60fec commit e81d8fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/build-cache/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ runs:
88
uses: actions/cache@v3
99
with:
1010
path: |
11-
node_modules
1211
packages/*/dist
1312
plugins/*/dist
1413
key: ${{ github.run_id }}

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- uses: actions/checkout@v3
6666
- uses: ./.github/actions/install-deps
6767
- uses: ./.github/actions/build-cache
68+
- run: pnpm exec playwright install --with-deps chromium
69+
working-directory: ./packages/config-vitest
6870
- run: pnpm test:browser
6971

7072
release:

0 commit comments

Comments
 (0)