We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306ed5a commit b0b460cCopy full SHA for b0b460c
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
cache-dependency-path: '**/pnpm-lock.yaml'
62
- run: pnpm install --frozen-lockfile --prefer-offline
63
- uses: nrwl/nx-set-shas@v4
64
- - run: pnpm exec nx affected -t test --exclude=docs-app,www
+ - run: pnpm exec nx affected -t test --exclude=docs-app,www --skip-nx-cache
65
66
e2e-affected:
67
runs-on: ubuntu-latest
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
- - run: pnpm exec nx run-many -t test --exclude=docs-app,www
+ - run: pnpm exec nx run-many -t test --exclude=docs-app,www --skip-nx-cache
68
e2e:
69
0 commit comments