Skip to content

Commit 9719312

Browse files
committed
chore: add rsdoctor diff action
1 parent f8aab99 commit 9719312

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/reusable-build-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,20 @@ jobs:
149149
run:
150150
shell: bash
151151
steps:
152+
- name: Checkout
153+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
154+
with:
155+
ref: ${{ inputs.ref }}
156+
152157
- name: Clone rspack-diff-minimal
153158
run: git clone https://github.com/yifancong/rspack-diff-minimal.git
154159

160+
- name: Setup Pnpm
161+
timeout-minutes: 5
162+
uses: ./.github/actions/pnpm/setup
163+
with:
164+
node-version: 22
165+
155166
- name: Install dependencies
156167
working-directory: rspack-diff-minimal
157168
run: pnpm install

0 commit comments

Comments
 (0)