diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4657f90cd..47d8e57e3 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: npx nx affected -t lint test build e2e + - run: npx nx affected -t e2e