Skip to content

Commit e354f72

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

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,12 @@ jobs:
149149
WASM: 1
150150
run: pnpm run test:ci
151151

152-
### Rsdoctor Diff Action
153-
- name: Clone rspack-sourcemap-demo
154-
run: git clone git@github.com:yifancong/rspack-diff-minimal.git
155-
156-
- name: Install dependencies
157-
working-directory: rspack-diff-minimal
158-
run: pnpm i
159-
152+
diff:
153+
name: Rsdoctor Diff
154+
defaults:
155+
run:
156+
shell: bash
157+
steps:
160158
- name: Build project
161159
working-directory: rspack-diff-minimal
162160
run: pnpm run build

0 commit comments

Comments
 (0)