File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1111 with : { node-version: 22 }
1212 - run : ls -la
1313 - run : cp install/package.json package.json
14- - run : npm install --no-audit --no-fund
14+ - run : npm ci --include=dev --no-audit --no-fund
15+ - run : npm ls chai --depth=0 || true
1516 - run : npm install --no-save @stryker-mutator/core @stryker-mutator/mocha-runner mocha chai
1617 - run : npx stryker run | tee stryker-output.txt || true
1718 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 5353 with :
5454 useLockFile : false
5555
56+ - name : Ensure dev dependencies
57+ run : npm ci --include=dev --no-audit --no-fund
58+
59+ - name : Debug: list chai
60+ run : npm ls chai --depth=0 || true
61+
5662 - name : Setup on Redis
5763 env :
5864 SETUP : >-
You can’t perform that action at this time.
0 commit comments