|
|
|
@ -33,11 +33,11 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
|
|
- name: Install dependencies
|
|
|
|
run: pnpm install --frozen-lockfile
|
|
|
|
run: pnpm install --frozen-lockfile
|
|
|
|
- run: npx playwright install --with-deps
|
|
|
|
- run: pnpx playwright install --with-deps
|
|
|
|
- uses: nrwl/nx-set-shas@v4
|
|
|
|
- uses: nrwl/nx-set-shas@v4
|
|
|
|
|
|
|
|
|
|
|
|
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
|
|
|
|
# Prepend any command with "nx-cloud record --" to record its logs to Nx Cloud
|
|
|
|
# - run: npx nx-cloud record -- echo Hello World
|
|
|
|
# - 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
|
|
|
|
# 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
|
|
|
|
# When you enable task distribution, run the e2e-ci task instead of e2e
|
|
|
|
- run: npx nx affected -t e2e
|
|
|
|
- run: pnpx nx affected -t e2e
|
|
|
|
|