Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
asafdl committed Nov 13, 2024
1 parent 8b9fee9 commit e573fdd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
- name: Run Build
run: npm run build

- name: install deps
run: npm install --workspaces

- name: Run Build workspaces
run: |
npm i -w actions/trickle-down-changelog
# npm i -w actions/trickle-down-changelog
npm run build:ws

- name: Require Build in PR
Expand Down

0 comments on commit e573fdd

Please sign in to comment.