Skip to content

Commit 3850784

Browse files
authored
Merge branch 'chore/diff-v2' into chore/add-rsdoctor-diff-actoin
2 parents e354f72 + cdd3e93 commit 3850784

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
@@ -155,6 +155,13 @@ jobs:
155155
run:
156156
shell: bash
157157
steps:
158+
- name: Clone rspack-diff-minimal
159+
run: git clone git@github.com:yifancong/rspack-diff-minimal.git
160+
161+
- name: Install dependencies
162+
working-directory: rspack-diff-minimal
163+
run: pnpm install
164+
158165
- name: Build project
159166
working-directory: rspack-diff-minimal
160167
run: pnpm run build

0 commit comments

Comments
 (0)