Skip to content

Commit fd7bc7d

Browse files
committed
Fix workflow
1 parent e8f650c commit fd7bc7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
node-version: 22
6363
cache: yarn
6464

65+
- name: Setup Repotools
66+
run: yarn workspaces focus @sourceacademy/modules-repotools && yarn workspaces foreach -A --include "@sourceacademy/modules-repotools" run build
67+
6568
- name: Install dependencies
6669
run: yarn install --immutable
6770

0 commit comments

Comments
 (0)