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 94789a2 commit 4fce0f8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
- name: Run Build
run: npm run build

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

- name: Run Build workspaces
run: |
npm run build:ws
- name: Require Build in PR
run: |
STATUS=$(git status --porcelain)
Expand All @@ -55,7 +48,7 @@ jobs:
fi
require-build-workspaces:
name: Require Build in PR
name: Require Build in PR - Workspaces
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand Down

0 comments on commit 4fce0f8

Please sign in to comment.