We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab92ff7 commit 8f03de9Copy full SHA for 8f03de9
.github/workflows/ci.yml
@@ -119,7 +119,8 @@ jobs:
119
- name: Set base and head for Nx affected commands
120
uses: nrwl/nx-set-shas@v4
121
- name: Install dependencies
122
- run: npm ci
+ # Skip audit and fund to speed up install
123
+ run: npm ci --no-audit --fund=false
124
- name: E2E test affected projects
125
run: npx nx affected -t e2e-test --parallel=1
126
knip.config.ts
0 commit comments