Skip to content

Commit e573fdd

Browse files
committed
test
1 parent 8b9fee9 commit e573fdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
- name: Run Build
3535
run: npm run build
3636

37+
- name: install deps
38+
run: npm install --workspaces
39+
3740
- name: Run Build workspaces
3841
run: |
39-
npm i -w actions/trickle-down-changelog
42+
# npm i -w actions/trickle-down-changelog
4043
npm run build:ws
4144

4245
- name: Require Build in PR

0 commit comments

Comments
 (0)