From 4b5e8d33a6b8612101d3b7cac7487ed38894fcc3 Mon Sep 17 00:00:00 2001 From: Jon Fuller Date: Tue, 10 Jun 2025 15:37:05 -0700 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 597f1173d..3ad04a23a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -35,7 +35,8 @@ jobs: run: pnpm install --frozen-lockfile - run: pnpx 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