Skip to content

Commit 4f431ea

Browse files
committed
ci: fix workflow test-pkg-consumption.yml
1 parent 562ea06 commit 4f431ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-pkg-consumption.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ jobs:
4040
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
4141
restore-keys: |
4242
${{ runner.os }}-pnpm-store-
43+
4344
- name: Install dependencies
4445
run: pnpm install --frozen-lockfile
4546

47+
- name: Build
48+
run: pnpm run build
49+
4650
- name: Run tests
4751
run: pnpm run --recursive test:pkg-consumption

0 commit comments

Comments
 (0)