Skip to content

Commit 51dd709

Browse files
committed
Fix scheduled tests installation
1 parent 62fef98 commit 51dd709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
cache: "npm"
2020
cache-dependency-path: pnpm-lock.yaml
2121
- run: pnpm install --frozen-lockfile
22+
- run: pnpm run build
2223
- run: pnpm run test

0 commit comments

Comments
 (0)