We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71bf0b commit 21f5b97Copy full SHA for 21f5b97
.github/workflows/new-workflow.yml
@@ -25,8 +25,13 @@ jobs:
25
node-version-file: .node-version
26
cache: yarn
27
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
+
33
- name: Install dependencies
- run: yarn workspaces focus @sourceacademy/modules-github-actions --production
34
+ run: yarn workspaces focus @sourceacademy/modules-github-actions
35
36
- name: Build
37
run: |
0 commit comments