Skip to content

Commit 1c1f8b3

Browse files
committed
fix: GH action test job failing due to missing build step
1 parent d700617 commit 1c1f8b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,7 @@ jobs:
7373
cache: "yarn"
7474
- run: corepack enable
7575
- run: yarn install --frozen-lockfile
76+
- name: Build package for tests
77+
run: yarn build
7678
- name: Run tests
7779
run: yarn test

0 commit comments

Comments
 (0)