From 2adfc1d32bb21863d5377149790f769022b5b072 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 26 Jul 2025 11:24:42 +0300 Subject: [PATCH] chore(ci): remove unnecessary change --- .github/workflows/playwright.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9e267ad45..247eb9618 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -35,8 +35,6 @@ jobs: run: pnpm install --frozen-lockfile - run: pnpm exec playwright install --with-deps - uses: nrwl/nx-set-shas@v4 - - name: Install playwright - run: pnpm exec playwright install # Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud # - 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