From 4fce0f887e8afe3ba46e336513398273c6fc476c Mon Sep 17 00:00:00 2001 From: asafdl Date: Wed, 13 Nov 2024 11:52:22 +0200 Subject: [PATCH] test --- .github/workflows/pr.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f665bbc..cc2faaf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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) @@ -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