Skip to content

Commit fd37631

Browse files
committed
debug pipeline
1 parent 2a4e77c commit fd37631

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ jobs:
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
registry-url: https://registry.npmjs.org
17-
- run: npm install
17+
- run: npm ci
1818
- run: npm run lint
1919
if: ${{ matrix.node-version == 24 }}
2020
- run: npm run format-check
21+
if: ${{ matrix.node-version == 24 }}
2122
- run: npm run build
2223
- run: npm run build-examples
2324

2425
# workaround for https://github.com/jestjs/jest/issues/11438
26+
- run: npm ls ts-jest
2527
- run: npm run test-coverage -- --maxWorkers=7
2628
if: ${{ matrix.node-version == 14 }}
2729
env:

0 commit comments

Comments
 (0)