Skip to content

Commit 2e13ce2

Browse files
committed
Try focusing everything at once
1 parent 1960a43 commit 2e13ce2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/pull-request.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ jobs:
1717
- name: Check out source code
1818
uses: actions/checkout@v4
1919

20-
- name: Initialize Repo
21-
uses: ./.github/actions/src/init
20+
- name: Enable Corepack (Powershell)
21+
run: corepack enable
22+
23+
- name: Use Node.js 💻
24+
uses: actions/setup-node@v4
2225
with:
23-
package-name: '@sourceacademy/modules-github-actions'
26+
node-version-file: .node-version
27+
cache: yarn
2428

2529
- name: Init Tab
26-
run: yarn workspaces focus @sourceacademy/tab-Curve
30+
run: yarn workspaces focus @sourceacademy/modules-github-actions @sourceacademy/tab-Curve
2731

2832
- name: Step 1
2933
uses: ./.github/actions/src/playwright-cache

0 commit comments

Comments
 (0)