Skip to content

Commit cdd3e93

Browse files
committed
chore: add rsdoctor diff action
1 parent c6c41d1 commit cdd3e93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ jobs:
148148
run:
149149
shell: bash
150150
steps:
151+
- name: Clone rspack-diff-minimal
152+
run: git clone git@github.com:yifancong/rspack-diff-minimal.git
153+
154+
- name: Install dependencies
155+
working-directory: rspack-diff-minimal
156+
run: pnpm install
157+
151158
- name: Build project
152159
working-directory: rspack-diff-minimal
153160
run: pnpm run build

0 commit comments

Comments
 (0)