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