Skip to content

Commit 21f5b97

Browse files
committed
Repotools still don't want to work properly
1 parent b71bf0b commit 21f5b97

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/new-workflow.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ jobs:
2525
node-version-file: .node-version
2626
cache: yarn
2727

28+
- name: Setup repotools
29+
run: |
30+
yarn workspaces focus @sourceacademy/modules-repotools
31+
yarn workspaces foreach -A --include @sourceacademy/modules-repotools run build
32+
2833
- name: Install dependencies
29-
run: yarn workspaces focus @sourceacademy/modules-github-actions --production
34+
run: yarn workspaces focus @sourceacademy/modules-github-actions
3035

3136
- name: Build
3237
run: |

0 commit comments

Comments
 (0)