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 1960a43 commit 2e13ce2Copy full SHA for 2e13ce2
.github/workflows/pull-request.yml
@@ -17,13 +17,17 @@ jobs:
17
- name: Check out source code
18
uses: actions/checkout@v4
19
20
- - name: Initialize Repo
21
- uses: ./.github/actions/src/init
+ - name: Enable Corepack (Powershell)
+ run: corepack enable
22
+
23
+ - name: Use Node.js 💻
24
+ uses: actions/setup-node@v4
25
with:
- package-name: '@sourceacademy/modules-github-actions'
26
+ node-version-file: .node-version
27
+ cache: yarn
28
29
- name: Init Tab
- run: yarn workspaces focus @sourceacademy/tab-Curve
30
+ run: yarn workspaces focus @sourceacademy/modules-github-actions @sourceacademy/tab-Curve
31
32
- name: Step 1
33
uses: ./.github/actions/src/playwright-cache
0 commit comments