From fdddc29092d4f03144fe6b2125907a481a6a5ab8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 22 Jun 2025 09:31:44 +0300 Subject: [PATCH] fix(ci): don't run failing electron-based tests --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 739321cc64..3749f1efd9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -40,4 +40,4 @@ jobs: # - run: npx nx-cloud record -- echo Hello World # Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected # When you enable task distribution, run the e2e-ci task instead of e2e - - run: pnpm exec nx affected -t e2e + - run: pnpm exec nx affected -t e2e --exclude desktop-e2e