We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f5dda commit 6c86ebcCopy full SHA for 6c86ebc
2 files changed
.github/workflows/evals.yml
@@ -30,6 +30,6 @@ jobs:
30
du -h ./apps/sandbox-container/.dev.vars
31
du -h ./apps/workers-bindings/.dev.vars
32
- name: Install dependencies
33
- run: pnpm install
+ run: pnpm install --frozen-lockfile --child-concurrency=10
34
- name: Run evals
35
run: pnpm eval:ci
.github/workflows/test-and-check.yml
@@ -20,7 +20,7 @@ jobs:
20
node-version: ${{ matrix.node-version }}
21
cache: 'pnpm'
22
23
24
- name: Syncpack lint
25
run: pnpm check:deps
26
- name: Run linter
0 commit comments